diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-11 13:55:16 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-11 13:55:16 +0200 |
commit | adf1b8befd5b79d39386af24aff627e856ad953b (patch) | |
tree | 6b65853eb573719da4083a8e3a92c1b1ba51a0f6 | |
parent | 3de6d4585be0b8a9bd98b5fb1d62ff922537c435 (diff) |
* finalze changelog
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 87d8a7d9f..e4f0fc4a2 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,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.7.6ubuntu11") +AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu13") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index 30ac4e10d..7213c6773 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ apt (0.7.6ubuntu13) gutsy; urgency=low - fix off-by-one error I-M-S handling - cleanup after I-M-S hit - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 05 Oct 2007 07:52:32 +0200 apt (0.7.6ubuntu12) gutsy; urgency=low |