summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 58da291..2c16c58 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ changes between releases of flex.
See the file COPYING for copying conditions.
+* version 2.6.1
+
+** Resolved sf bugs #155, #195.
+
* version 2.6.0 released 2015-11-17
** User Visible Changes
diff --git a/configure.ac b/configure.ac
index 74ea8c4..f60203f 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],[flex-help@lists.sourceforge.net],[flex])
+AC_INIT([the fast lexical analyser generator],[2.6.1],[flex-help@lists.sourceforge.net],[flex])
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
LT_INIT