summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-22 21:50:03 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-22 21:50:03 +0000
commit849eef0c94ee30fd6e0fb38f54ed308a6b138a5c (patch)
tree220c36aa1e194116543ed9def00be56ae730f4bf
parent960d4d245dfecab6fd41ab82b59b2e10c0a40946 (diff)
* fix changelog
-rw-r--r--configure.in2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 18cdbfdde..758727f2f 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.43")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.42.1")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index 3bbbf3b29..932ac592f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ apt (0.6.42.1) unstable; urgency=low
(thanks to Filipus Klutiero, closes: #282918)
* apt-pkg/pkgrecords.cc:
- revert patch from last version, it causes trouble on alpha
- and ia64 (closes: #335102, #335103,#335213)
+ and ia64 (closes: #335102, #335103)
-- Michael Vogt <mvo@debian.org> Sat, 22 Oct 2005 23:44:35 +0200