Explorar el Código

Bump version to 1.15.4~

Guillem Jover hace 17 años
padre
commit
34181ce3a1
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 1 1
      configure.ac
  2. 5 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.3], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.15.4~], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

+ 5 - 0
debian/changelog

@@ -1,3 +1,8 @@
+dpkg (1.15.4) UNRELEASED; urgency=low
+
+
+ -- Guillem Jover <guillem@debian.org>  Sat, 27 Jun 2009 19:25:30 +0200
+
 dpkg (1.15.3) unstable; urgency=low
 
   [ Guillem Jover ]