Procházet zdrojové kódy

Bump version to 1.13.22~.

Guillem Jover před 20 roky
rodič
revize
e46e5b37f3
3 změnil soubory, kde provedl 11 přidání a 1 odebrání
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2006-06-04  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Bump version to 1.13.22~.
+
 2006-06-04  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Release 1.13.21.

+ 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.13.21], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.13.22~], [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.13.22~) UNRELEASED; urgency=low
+
+  * 
+
+ -- Guillem Jover <guillem@debian.org>  Sun,  4 Jun 2006 19:27:55 +0300
+
 dpkg (1.13.21) unstable; urgency=low
 
   [ Guillem Jover ]