Frank Lichtenheld лет назад: 19
Родитель
Сommit
eb32fbed8f
3 измененных файлов с 9 добавлено и 1 удалено
  1. 2 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog

+ 2 - 0
ChangeLog

@@ -1,5 +1,7 @@
 2007-07-03  Frank Lichtenheld  <djpig@debian.org>
 
+	* configure.ac: Bump version to 1.14.6~.
+
 	* configure.ac: Release 1.14.5.
 
 2007-07-02  Frank Lichtenheld  <djpig@debian.org>

+ 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.14.5], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.6~], [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.14.6) UNRELEASED; urgency=low
+
+  * 
+
+ -- Frank Lichtenheld <djpig@debian.org>  Tue, 03 Jul 2007 01:47:56 +0200
+
 dpkg (1.14.5) unstable; urgency=low
 
   [ Guillem Jover ]