summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-11-13 14:56:25 -0500
committerWill Estes <westes575@gmail.com>2015-11-13 14:56:25 -0500
commit52639868252060eda9a0f9e43e1551202138c19a (patch)
treed846d9ed993ef55e32343503ee82206ecb8ca81d
parent54201ab377b7c11a94d19c8f1d2134115da74acb (diff)
Declared version 2.6.0rc1
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c827bea..fc3aecc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ changes between releases of flex.
See the file COPYING for copying conditions.
-* version 2.6.0-pre
+* version 2.6.0rc1
* flex version 2.5.39 released 2014-03-26
diff --git a/configure.ac b/configure.ac
index e77dc62..27ecbdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
# autoconf requirements and initialization
-AC_INIT([the fast lexical analyser generator], [2.6.0-pre],
+AC_INIT([the fast lexical analyser generator], [2.6.0rc1],
[flex-help@lists.sourceforge.net], [flex])
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])