summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 14:27:47 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 14:40:29 +0100
commit5431402f057db86fa7350c3c09d6078c12c0447c (patch)
tree918772db20a3e691d23139f73fbaf944b9c418bd /configure.ac
parentea67a2ea498e07aa8b2db796aa96c7f7594b98f0 (diff)
downloadautomake-5431402f057db86fa7350c3c09d6078c12c0447c.tar.gz
maint: snapshots from `maint' are still development snapshots
The maintenance-oriented development line in the `maint' branch, while being usually pretty stable and 99% backward-compatible, is not always right off production-quality; but until now, the Automake package version declared in configure.ac hid this fact, since it appeared to be the version of a stable release (e.g., 11.1). Fix this. * configure.ac (AC_INIT): Bump version to "1.11.0a"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e73c16b9a..8b1d6851f 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], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.11.0a], [bug-automake@gnu.org])
m4_ifndef([AC_PACKAGE_URL],
[AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/automake/])])