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 bc5560900..1ad00992e 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.15.1") +AC_DEFINE_UNQUOTED(VERSION,"0.3.16") AC_DEFINE_UNQUOTED(PACKAGE,"apt") dnl Check our C compiler diff --git a/debian/changelog b/debian/changelog index 13a7ef1cc..1757efe4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.3.15.1) unstable; urgency=low +apt (0.3.16) unstable; urgency=low * Made --no-download work. Closes: #52993 * Now compiles on OpenBSD, Solaris and HP-UX @@ -12,7 +12,7 @@ apt (0.3.15.1) unstable; urgency=low * RFC 2732 URI parsing ([] for hostnames). * Typo in apt-cache man page. Closes: #54949 - -- Jason Gunthorpe <jgg@debian.org> Sat, 4 Dec 1999 21:17:24 -0800 + -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800 apt (0.3.15) unstable; urgency=low |