summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e7be942a0..ebd75708e 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.0], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.15.1~], [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 51b55eda7..43171675a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dpkg (1.15.1) UNRELEASED; urgency=low
+
+ *
+
+ -- Guillem Jover <guillem@debian.org> Mon, 02 Mar 2009 06:22:36 +0200
+
dpkg (1.15.0) experimental; urgency=low
[ Guillem Jover ]