]> err.no Git - dpkg/commitdiff
Bump version to 1.13.14~.
authorGuillem Jover <guillem@debian.org>
Sun, 29 Jan 2006 04:05:38 +0000 (04:05 +0000)
committerGuillem Jover <guillem@debian.org>
Sun, 29 Jan 2006 04:05:38 +0000 (04:05 +0000)
ChangeLog
configure
configure.ac
debian/changelog

index 7717fa63016761de409cc1fc85c4b2746e5f3699..20298e95002523be12ab6d0f90dcfd50473f6a72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-29  Guillem Jover  <guillem@debian.org>
+
+       * configure.ac: Bump version to 1.13.14~.
+
 2006-01-28  Frank Lichtenheld  <djpig@debian.org>
 
        * configure.ac: Release 1.13.13
index 0716e585c87fa91c5ecc6696df93eb98cae90ecf..56e280877be1cb0617c769fee13ac026bb188e1d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for dpkg 1.13.13.
+# Generated by GNU Autoconf 2.59 for dpkg 1.13.14~.
 #
 # Report bugs to <debian-dpkg@lists.debian.org>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='dpkg'
 PACKAGE_TARNAME='dpkg'
-PACKAGE_VERSION='1.13.13'
-PACKAGE_STRING='dpkg 1.13.13'
+PACKAGE_VERSION='1.13.14~'
+PACKAGE_STRING='dpkg 1.13.14~'
 PACKAGE_BUGREPORT='debian-dpkg@lists.debian.org'
 
 ac_unique_file="lib/dpkg.h"
@@ -812,7 +812,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures dpkg 1.13.13 to adapt to many kinds of systems.
+\`configure' configures dpkg 1.13.14~ to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -879,7 +879,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of dpkg 1.13.13:";;
+     short | recursive ) echo "Configuration of dpkg 1.13.14~:";;
    esac
   cat <<\_ACEOF
 
@@ -1032,7 +1032,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-dpkg configure 1.13.13
+dpkg configure 1.13.14~
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1046,7 +1046,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by dpkg $as_me 1.13.13, which was
+It was created by dpkg $as_me 1.13.14~, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1844,7 +1844,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='dpkg'
- VERSION='1.13.13'
+ VERSION='1.13.14~'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16098,7 +16098,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by dpkg $as_me 1.13.13, which was
+This file was extended by dpkg $as_me 1.13.14~, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16161,7 +16161,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-dpkg config.status 1.13.13
+dpkg config.status 1.13.14~
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 9f6d99ae2b469a24dc43035a20544d11213d90e1..e25d5e277f842c4ac46115151361f75ec90b31fc 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.13.13], [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])
 
index 2edb7f504eb18d61b636d829d8ab46f5b837672c..651519c6f66095f8c973bd91206b4e4d5211154a 100644 (file)
@@ -1,3 +1,8 @@
+dpkg (1.13.14~) UNRELEASED; urgency=low
+
+
+ -- Guillem Jover <guillem@debian.org>  Sun, 29 Jan 2006 06:02:58 +0200
+
 dpkg (1.13.13) unstable; urgency=low
 
   [Frank Lichtenheld]