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 1ad00992e..df170e172 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.16") +AC_DEFINE_UNQUOTED(VERSION,"0.3.18") AC_DEFINE_UNQUOTED(PACKAGE,"apt") dnl Check our C compiler diff --git a/debian/changelog b/debian/changelog index 3cd65c08b..1465626be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ -apt (0.3.17.1) unstable; urgency=low +apt (0.3.18) frozen unstable; urgency=low * Changes in the postinst script. Closes: #56855, #57237 * Fixed bashism. Closes: #57216, #57335 * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896 - -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800 + -- Ben Gertzfield <che@debian.org> Sun, 13 Feb 2000 01:52:31 -0800 -apt (0.3.16.1) unstable; urgency=low +apt (0.3.17) unstable; urgency=low * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom * Fixed the configuration parser to not blow up if ; is in the config @@ -24,7 +24,7 @@ apt (0.3.16.1) unstable; urgency=low * Made file mtimes of 0 not confuse the methods If-Modifed-Since check. Closes: #55991 - -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800 + -- Ben Gertzfield <che@debian.org> Mon, 31 Jan 2000 12:12:40 -0800 apt (0.3.16) unstable; urgency=low |