diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-10-19 10:36:44 +0200 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-10-19 10:36:44 +0200 |
commit | b85ce27b94c8878811dd8b7d4aa3720402f165e9 (patch) | |
tree | c070b169af356ce540fb1257899d3ed34895d22a | |
parent | 23d83736724b644601dd19cead00e816d9d94180 (diff) | |
download | prt-get-b85ce27b94c8878811dd8b7d4aa3720402f165e9.tar.gz prt-get-b85ce27b94c8878811dd8b7d4aa3720402f165e9.tar.xz |
update version string
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c26a9a4..51b5705 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.14) +AM_INIT_AUTOMAKE(prt-get,5.15) dnl Determine default prefix |