ソースを参照

Bump version to 1.14.18~

Guillem Jover 18 年 前
コミット
d2ee361ec3
共有3 個のファイルを変更した11 個の追加1 個の削除を含む
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2008-03-30  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Bump version to 1.14.18~.
+
 2008-03-30  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Release 1.14.18.

+ 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.17], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.18~], [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.18) UNRELEASED; urgency=low
+
+  *
+
+ -- Guillem Jover <guillem@debian.org>  Sun, 30 Mar 2008 13:04:29 +0300
+
 dpkg (1.14.17) experimental; urgency=low
 
   [ Guillem Jover ]