summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-07-21 11:17:55 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-07-21 11:17:55 +0200
commit003585704e7f6542bf2c96c241d05daf06eeb7f2 (patch)
tree5c439e4612fbb88cb93f0961455982a84a0fe5f8
parent74bc344b23c9fc28fa4dfa1658eac9f3b9162a4c (diff)
* debian/changelog:
- whitespace change to make lintian happy
-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 531aeb6c0..d9526081d 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.44.2ubuntu2")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.44.2ubuntu4")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index e13b23138..432776d14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,7 +29,7 @@ apt (0.6.44.2ubuntu1) edgy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
-apt (0.6.44.2) unstable; urgency=low
+apt (0.6.44.2) unstable; urgency=low
* apt-pkg/depcache.cc:
- added Debug::pkgDepCache::AutoInstall (thanks to infinity)