From: Frank Lichtenheld Date: Mon, 21 Jan 2008 11:55:46 +0000 (+0100) Subject: Release 1.14.16.1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f073e61995bbf4dd29c2b3a7654d4eaade19e41;p=dpkg Release 1.14.16.1 --- diff --git a/ChangeLog b/ChangeLog index 71c6e6dc..b967a563 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-01-21 Frank Lichtenheld + * configure.ac: Release 1.14.16.1 + * debian/control: Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends (for build-time tests). This introduces our first diff --git a/configure.ac b/configure.ac index 25d9d1e8..b1a096fe 100644 --- a/configure.ac +++ b/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.16], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.14.16.1], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])