summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d0ca2d6..27e11b6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ changes between releases of flex.
See the file COPYING for copying conditions.
+* version 2.6.3
+
* version 2.6.2 released 2016-10-24
** flex internals
diff --git a/configure.ac b/configure.ac
index c786752..666b69f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
# autoconf requirements and initialization
-AC_INIT([the fast lexical analyser generator],[2.6.2],[flex-help@lists.sourceforge.net],[flex])
+AC_INIT([the fast lexical analyser generator],[2.6.3],[flex-help@lists.sourceforge.net],[flex])
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
LT_INIT