From: Charles Wilson Date: Sat, 27 Apr 2013 22:29:29 +0000 (+0000) Subject: Post-release version bump to 1.4.11 X-Git-Tag: v1_4_12~6 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=cb37b0224b7a1723bc6b728dddfc233550d549a1;p=cygwin-apps%2Fcygutils.git Post-release version bump to 1.4.11 --- diff --git a/BRANCHES b/BRANCHES index 27e81d2..e1151af 100644 --- a/BRANCHES +++ b/BRANCHES @@ -92,3 +92,5 @@ v1_4_8 v1_4_9 (devel) | v1_4_10 + | +v1_4_11 (devel) diff --git a/ChangeLog b/ChangeLog index 6e791ae..8fc1461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-12 Charles Wilson + + Post-release version bump 1.4.11 + * configure.ac: Bump version number to 1.4.11 + * BRANCHES: Ditto. + 2012-04-12 Charles Wilson Release 1.4.10 diff --git a/configure.ac b/configure.ac index 1c22b7b..d292304 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.68) -AC_INIT(cygutils, 1.4.10, cygwin@cygwin.com) +AC_INIT(cygutils, 1.4.11, cygwin@cygwin.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])