diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index f6f225b05..9f12f472c 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.3.12.1") +AC_DEFINE_UNQUOTED(VERSION,"0.3.14") AC_DEFINE_UNQUOTED(PACKAGE,"apt") dnl Tom's host stuff diff --git a/debian/changelog b/debian/changelog index e39e8c0bd..8df5806b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.3.13.1) unstable; urgency=low +apt (0.3.14) unstable; urgency=low * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088 @@ -35,7 +35,7 @@ apt (0.3.13.1) unstable; urgency=low * Clearer usage message about 'source' Closes: #48858 * Immediate configure internal error Closes: #49062, #48884 - -- Jason Gunthorpe <jgg@debian.org> Fri, 3 Sep 1999 09:04:28 -0700 + -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800 apt (0.3.13) unstable; urgency=low |