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

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2006-02-12  Frank Lichtenheld  <djpig@debian.org>
+
+	* configure.ac: Release 1.13.14.
+
 2006-02-11  Denis Barbier  <barbier@debian.org>
 
 	* man/C/dpkg.1: Escape ` and ', otherwise they are converted to

+ 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.14], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 

+ 1 - 1
debian/changelog

@@ -1,4 +1,4 @@
-dpkg (1.13.14~) UNRELEASED; urgency=low
+dpkg (1.13.14) experimental; urgency=low
 
   [ Guillem Jover ]
   * Make start-stop-daemon print the proper version instead of 'VERSION'.