diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-04-12 19:11:27 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-04-12 19:11:27 +0000 |
commit | f33c03a217b234fa60f613a10ec1c55d87880427 (patch) | |
tree | 9e2cdc3e724e42e8ab1e984c921e64e83a9e6a56 | |
parent | 97351c38522767c62c81861dc6f694e4716f9236 (diff) | |
download | prt-get-f33c03a217b234fa60f613a10ec1c55d87880427.tar.gz prt-get-f33c03a217b234fa60f613a10ec1c55d87880427.tar.xz |
update prt-get to .12
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1237 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1614,7 +1614,7 @@ fi # Define the identity of the package. PACKAGE=prt-get - VERSION=0.5.12pre5 + VERSION=5.12 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 6f6cdf8..2d62164 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,0.5.12pre5) +AM_INIT_AUTOMAKE(prt-get,5.12) dnl Determine default prefix |