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.3
Date: Wed, 01 Feb 2012 11:08:05 +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=f79fa90e66706dc4657e00954c44d7e7a4b75b24

The branch, branch-1.11 has been updated
       via  f79fa90e66706dc4657e00954c44d7e7a4b75b24 (commit)
      from  e031b7efa485faf6f9f8419f6540c2a6530b9a61 (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 f79fa90e66706dc4657e00954c44d7e7a4b75b24
Author: Stefano Lattarini <address@hidden>
Date:   Wed Feb 1 11:37:49 2012 +0100

    release: stable release 1.11.3
    
    * configure.ac (AC_INIT): Bump version number to 1.11.3.
    * NEWS: Likewise.
    * m4/amversion.m4 (AM_AUTOMAKE_VERSION): Likewise.
    * doc/automake.texi (Release Statistics): Update, as suggested
    by "make release-stats".

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

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

diff --git a/NEWS b/NEWS
index 9a09c84..8200f34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 1.11.2c:
+New in 1.11.3:
 
 * WARNING: Future backward-incompatibilities!
 
@@ -66,7 +66,7 @@ New in 1.11.2c:
     overwriting the foo_DEPENDENCIES variable, which is normally computed
     by automake.
 
-Bugs fixed in 1.11.2c:
+Bugs fixed in 1.11.3:
 
 * Bugs introduced by 1.11.2:
 
diff --git a/configure.ac b/configure.ac
index 7c902eb..cbb8ab3 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.2c], address@hidden)
+AC_INIT([GNU Automake], [1.11.3], address@hidden)
 
 AC_CONFIG_SRCDIR([automake.in])
 AC_CONFIG_AUX_DIR([lib])
diff --git a/doc/automake.texi b/doc/automake.texi
index b309a87..db9a5ba 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -13485,7 +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)
address@hidden 2012-02-01 @tab 1.11.3 @tab 8790 @tab 1068 @tab 8453 @tab 4280 
(42) @tab 1852 (38) @tab 190 @tab 932 (22)
 @end multitable
 
 
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index 9a914c1..baaeedc 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.2c], [],
+m4_if([$1], [1.11.3], [],
       [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.2c])dnl
+[AM_AUTOMAKE_VERSION([1.11.3])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]