diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:33 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:33 +0000 |
commit | 909b0a51e82d4678496e1de33c0cf21263156ba6 (patch) | |
tree | a71bbcbda84ec5367c0d9f76baefdf2b2f3cbdba | |
parent | f7291f6215c1e52298d47438c297c3c319abca7e (diff) |
0.5.17
Author: mdz
Date: 2003-12-26 21:03:15 GMT
0.5.17
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 5 |
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 |