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

+ 2 - 0
ChangeLog

@@ -1,5 +1,7 @@
 2006-02-12  Frank Lichtenheld  <djpig@debian.org>
 
+	* configure.ac: Bump version to 1.13.15~
+
 	* configure.ac: Release 1.13.14.
 
 2006-02-11  Denis Barbier  <barbier@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.13.14], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.13.15~], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dpkg (1.13.15~) UNRELEASED; urgency=low
+
+  * 
+
+ -- Frank Lichtenheld <djpig@debian.org>  Sun, 12 Feb 2006 02:44:24 +0100
+
 dpkg (1.13.14) experimental; urgency=low
 
   [ Guillem Jover ]