From: Frank Lichtenheld Date: Sun, 12 Feb 2006 01:46:45 +0000 (+0000) Subject: Bump version to 1.13.15~ X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db96ad5b888e09ef669edaf0d5c5cd21dd6ce62e;p=dpkg Bump version to 1.13.15~ --- diff --git a/ChangeLog b/ChangeLog index a5624473..6ce379d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-12 Frank Lichtenheld + * configure.ac: Bump version to 1.13.15~ + * configure.ac: Release 1.13.14. 2006-02-11 Denis Barbier diff --git a/configure.ac b/configure.ac index 01ecc238..031c4048 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.13.14], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.13.15~], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 932a0fdc..ca28cd16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dpkg (1.13.15~) UNRELEASED; urgency=low + + * + + -- Frank Lichtenheld Sun, 12 Feb 2006 02:44:24 +0100 + dpkg (1.13.14) experimental; urgency=low [ Guillem Jover ]