diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2167,7 +2167,7 @@ fi # Define the identity of the package. PACKAGE=prt-get - VERSION=5.177 + VERSION=5.18 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index d361da0..807a080 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.17) +AM_INIT_AUTOMAKE(prt-get,5.18) dnl Determine default prefix |