diff options
author | Johannes Winkelmann <jw@smts.ch> | 2010-05-24 15:45:11 +0200 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2010-05-24 15:45:11 +0200 |
commit | 99508c3e8be7a9471b4327ab6c1edf6e974533bb (patch) | |
tree | 3e80396e6bce7b31bf0199078b7f5d471fab4006 | |
parent | 6efb296e9b2e686a8c9d22403911fe2fbecc8906 (diff) | |
download | prt-get-99508c3e8be7a9471b4327ab6c1edf6e974533bb.tar.gz prt-get-99508c3e8be7a9471b4327ab6c1edf6e974533bb.tar.xz |
update version to 5.17
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 164fe67..76df6c9 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([src/prtget.cpp]) -AM_INIT_AUTOMAKE(prt-get,5.16) +AM_INIT_AUTOMAKE(prt-get,5.177) dnl Determine default prefix |