summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4958bac..6d452f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
* 0.5.14 00.00.200x Johannes Winkelmann
- Remove handling of external dependency list
+- make InstallTransaction::getPkgDest use pkgmk.conf from install-root
* 0.5.13 08.09.2006 Johannes Winkelmann
- Show undecided versions in diff and sysup when using "prefer higher"
diff --git a/configure.in b/configure.in
index 686ba20..511ca7c 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.13)
+AM_INIT_AUTOMAKE(prt-get,5.14pre)
dnl Determine default prefix

Generated by cgit