From: Charles Wilson Date: Sun, 15 Aug 2010 23:07:51 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: v1_4_6~16 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=eefafd9063a7d4921124c863d32d8f12b43814f3;p=cygwin-apps%2Fcygutils.git Post-release version bump --- diff --git a/ChangeLog b/ChangeLog index 6796646..b3fa007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-15 Charles Wilson + + Devel 1.4.5 + * configure.ac: Post-release version bump. + 2010-08-15 Charles Wilson Release 1.4.4 (tag moved to this checkin). diff --git a/configure.ac b/configure.ac index b61a452..a05bca4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT(cygutils, 1.4.4, cygwin@cygwin.com) +AC_INIT(cygutils, 1.4.5, cygwin@cygwin.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])