diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-09-10 18:29:30 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-09-10 18:29:30 +0000 |
commit | faddee70ffb7398fd4a1156c0f42518ce6b16203 (patch) | |
tree | 22c068a2d99b5ed771489fe8cf82cfb950cb637c | |
parent | 9ca92fa2cda75fcf96fcb30d74f66aa6dfe349f5 (diff) | |
download | prt-get-faddee70ffb7398fd4a1156c0f42518ce6b16203.tar.gz prt-get-faddee70ffb7398fd4a1156c0f42518ce6b16203.tar.xz |
prt-get: update changelog
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1863 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |