Browse Source

Bump version to 1.14.11~

Guillem Jover 18 years ago
parent
commit
98ff0909d5
3 changed files with 11 additions and 1 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-11-23  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Bump version to 1.14.11~.
+
 2007-11-23  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Release 1.14.10.

+ 1 - 1
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.10], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.11~], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dpkg (1.14.11) UNRELEASED; urgency=low
+
+  *
+
+ -- Guillem Jover <guillem@debian.org>  Fri, 23 Nov 2007 06:50:02 +0200
+
 dpkg (1.14.10) unstable; urgency=low
 
   [ Raphael Hertzog ]