瀏覽代碼

Bump version to 1.14.1~.

Guillem Jover 19 年之前
父節點
當前提交
2e4304d2a1
共有 3 個文件被更改,包括 11 次插入1 次删除
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-05-08  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Bump version to 1.14.1~.
+
 2007-05-08  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Release 1.14.0.

+ 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.0], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.1~], [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.1~) UNRELEASED; urgency=low
+
+  * 
+
+ -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 11:51:03 +0300
+
 dpkg (1.14.0) unstable; urgency=low
 
   [ Guillem Jover ]