소스 검색

Bump version to 1.14.21~

Raphael Hertzog 18 년 전
부모
커밋
ae2131f368
3개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+2008-06-18  Raphael Hertzog  <hertzog@debian.org>
+
+	* configure.ac: Bump version to 1.14.21~.
+
+2008-06-18  Raphael Hertzog  <hertzog@debian.org>
+
+	* configure.ac: Release 1.14.20.
+
 2008-06-16  Guillem Jover  <guillem@debian.org>
 
 	* lib/triglib.c (trig_file_interests_ensure): Pass the proper mask

+ 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.20], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.21~], [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.21) UNRELEASED; urgency=low
+
+  *
+
+ -- Raphael Hertzog <hertzog@debian.org>  Wed, 18 Jun 2008 10:19:51 +0200
+
 dpkg (1.14.20) unstable; urgency=low
 
   [ Guillem Jover ]