浏览代码

Bump version to 1.15.4.1~

Guillem Jover 17 年之前
父节点
当前提交
6110392684
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. 1 1
      configure.ac
  2. 6 0
      debian/changelog

+ 1 - 1
configure.ac

@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.60)
-AC_INIT([dpkg], [1.15.4], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.15.4.1~], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dpkg (1.15.4.1) UNRELEASED; urgency=low
+
+  *
+
+ -- Guillem Jover <guillem@debian.org>  Mon, 19 Oct 2009 15:04:40 +0200
+
 dpkg (1.15.4) unstable; urgency=low
 
   [ Guillem Jover ]