Guillem Jover пре 17 година
родитељ
комит
0ea0cb5405
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 1 1
      configure.ac
  2. 6 0
      debian/changelog

+ 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.15.1], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.15.2~], [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.15.2) UNRELEASED; urgency=low
+
+  *
+
+ -- Guillem Jover <guillem@debian.org>  Thu, 21 May 2009 07:01:35 +0200
+
 dpkg (1.15.1) unstable; urgency=low
 
   [ Raphael Hertzog ]