automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.2b-1-g73b1e44
Date: Wed, 25 Jan 2012 08:44:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=73b1e4458679987e7e6a559e0f68f64307a54e1c

The branch, branch-1.11 has been updated
       via  73b1e4458679987e7e6a559e0f68f64307a54e1c (commit)
       via  e13892ff98a9fff4f482d8d6c18fcbc84d92a9f9 (commit)
      from  7db933d75df18dd265c22e2cb8bf4301eb99dfd7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 73b1e4458679987e7e6a559e0f68f64307a54e1c
Author: Stefano Lattarini <address@hidden>
Date:   Wed Jan 25 09:42:23 2012 +0100

    maint: post-release version bump (to 1.11.2c)
    
    * configure.ac, NEWS, m4/amversion.m4: Bump version to 1.11.2c,
    as per HACKING suggestions.

commit e13892ff98a9fff4f482d8d6c18fcbc84d92a9f9
Author: Stefano Lattarini <address@hidden>
Date:   Wed Jan 25 09:16:52 2012 +0100

    Beta release 1.11.2b (will become 1.11.3)
    
    * configure.ac (AC_INIT): Bump version number to 1.11.2b.
    * NEWS: Likewise.
    * doc/automake.texi (Release Statistics): Update, as suggested
    by "make release-stats".
    
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 NEWS              |    4 ++--
 configure.ac      |    2 +-
 doc/automake.texi |    1 +
 m4/amversion.m4   |    4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 06d4213..9a09c84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 1.11.2a:
+New in 1.11.2c:
 
 * WARNING: Future backward-incompatibilities!
 
@@ -66,7 +66,7 @@ New in 1.11.2a:
     overwriting the foo_DEPENDENCIES variable, which is normally computed
     by automake.
 
-Bugs fixed in 1.11.2a:
+Bugs fixed in 1.11.2c:
 
 * Bugs introduced by 1.11.2:
 
diff --git a/configure.ac b/configure.ac
index d6724e6..7c902eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.68])
-AC_INIT([GNU Automake], [1.11.2a], address@hidden)
+AC_INIT([GNU Automake], [1.11.2c], address@hidden)
 
 AC_CONFIG_SRCDIR([automake.in])
 AC_CONFIG_AUX_DIR([lib])
diff --git a/doc/automake.texi b/doc/automake.texi
index d66825b..b309a87 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -13485,6 +13485,7 @@ parentheses is the number of generated test cases.
 @item 2009-12-07 @tab 1.10.3 @tab 7892 @tab 1089 @tab 8027 @tab 3566 (40) @tab 
1535 (34) @tab 174 @tab 636
 @item 2009-12-07 @tab 1.11.1 @tab 8722 @tab 1092 @tab 8292 @tab 4162 (42) @tab 
1730 (37) @tab 181 @tab 739 (20)
 @item 2011-12-21 @tab 1.11.2 @tab 8822 @tab 1112 @tab 8330 @tab 4223 (42) @tab 
1821 (38) @tab 189 @tab 915 (22)
address@hidden 2012-01-24 @tab 1.11.2b @tab 8789 @tab 1068 @tab 8453 @tab 4280 
(43) @tab 1852 (38) @tab 190 @tab 931 (22)
 @end multitable
 
 
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index d07d9e2..9a914c1 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -18,7 +18,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.11'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.11.2a], [],
+m4_if([$1], [1.11.2c], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -34,7 +34,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.2a])dnl
+[AM_AUTOMAKE_VERSION([1.11.2c])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]