summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--debian/changelog5
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 27d91d00f..7782937f8 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 include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.5.16")
+AC_DEFINE_UNQUOTED(VERSION,"0.5.17")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index 9c85e89e6..45baa6242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
apt (0.5.17) unstable; urgency=low
- * Enable apt-ftparchive to generate Release files
+ * Enable apt-ftparchive to generate Release files. Hopefully this will
+ make it easier for folks to secure their apt-able packages
- --
+ -- Matt Zimmerman <mdz@debian.org> Fri, 26 Dec 2003 12:53:21 -0800
apt (0.5.16) unstable; urgency=low