diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 5865e4ced..f599b44aa 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.14.1") +AC_DEFINE_UNQUOTED(VERSION,"0.3.15") AC_DEFINE_UNQUOTED(PACKAGE,"apt") dnl Tom's host stuff diff --git a/debian/changelog b/debian/changelog index 6733108d0..05a25a56e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.3.14.1) unstable; urgency=low +apt (0.3.15) unstable; urgency=low * Added DSelect::WaitAfterDownload Closes: #49549 * Fixed cast error in byteswap macro and supporting code. Closes: #50093 @@ -8,9 +8,9 @@ apt (0.3.14.1) unstable; urgency=low * /usr/share/doc stuff. Closes: #51017, #50228, #51141 * Remove doesn't require a package to be installable. Closes: #51175 * FTP proxy touch ups in the mabn page. Closes: #51315, #51314 - - -- Ben Gertzfield <che@debian.org> Sun, 7 Nov 1999 20:21:25 -0800 - + + -- Ben Gertzfield <che@debian.org> Sat, 4 Dec 1999 21:13:40 -0800 + apt (0.3.14) unstable; urgency=low * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901 |