From: Frank Lichtenheld Date: Mon, 2 Jul 2007 23:50:11 +0000 (+0000) Subject: Bump version to 1.14.6~. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb32fbed8f2977e2a3ba93dea5c8bfd9d7f89ad8;p=dpkg Bump version to 1.14.6~. --- diff --git a/ChangeLog b/ChangeLog index 38b88cd1..eeb89278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-07-03 Frank Lichtenheld + * configure.ac: Bump version to 1.14.6~. + * configure.ac: Release 1.14.5. 2007-07-02 Frank Lichtenheld diff --git a/configure.ac b/configure.ac index f564cf9d..cfa7b3cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([dpkg], [1.14.5], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.14.6~], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index aaff32ab..e7238c09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dpkg (1.14.6) UNRELEASED; urgency=low + + * + + -- Frank Lichtenheld Tue, 03 Jul 2007 01:47:56 +0200 + dpkg (1.14.5) unstable; urgency=low [ Guillem Jover ]