summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 58fc4f60d..e163a47f1 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.6.45ubuntu7")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu8")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index 8ae6e1381..036715b89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ apt (0.6.45ubuntu8) edgy; urgency=low
information (lp: #59457)
* cmdline/apt-get.cc:
- fix typo in autoremove information (lp: #59420)
+ * install apt-mark to modify the automatically install information for
+ packages
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200