summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-05-26 01:26:44 +0200
committerGuillem Jover <guillem@debian.org>2009-05-26 01:26:44 +0200
commit1f975373036a3f9e2cd441d205d307e25f639311 (patch)
tree07771bdacca42d8a3d1b14aaca5e46e931604096
parentf4ab87b29a4abfe372395d66679d526e888d3559 (diff)
downloaddpkg-1f975373036a3f9e2cd441d205d307e25f639311.tar.gz
Bump version to 1.15.3~
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04bd93e4b..19beea1a9 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.15.2], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.15.3~], [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 4ead9e371..2b59d741f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dpkg (1.15.3) UNRELEASED; urgency=low
+
+ *
+
+ -- Guillem Jover <guillem@debian.org> Tue, 26 May 2009 01:26:04 +0200
+
dpkg (1.15.2) unstable; urgency=low
[ Guillem Jover ]