summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-05 07:45:41 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-05 07:45:41 +0000
commit4ad3ed84f659f5ccb02e9f1ab79758d4f4a3cbe3 (patch)
tree0a76541d609c7270ace2948c788f4a46f81eac62 /configure.ac
parent021039846636833e7a38887c9b28f1a4a7f0687c (diff)
downloadbison-4ad3ed84f659f5ccb02e9f1ab79758d4f4a3cbe3.tar.gz
* NEWS: Version 2.3.
* configure.ac (AC_INIT): Likewise.
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 72724898..7804b023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
# least Autoconf 2.59.
AC_PREREQ(2.59)
-AC_INIT([GNU Bison], [2.2a], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [2.3], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])