Compare commits

...

2 Commits

Author SHA1 Message Date
Will Estes
f7788a9a0e mention flex 2.5.39 release in NEWS file 2014-03-26 15:04:17 -04:00
Will Estes
43965b4320 increment flex version number to 2.5.39 2014-03-26 15:03:18 -04:00
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@ -3,7 +3,11 @@ changes between releases of flex.
See the file COPYING for copying conditions.
* version 2.5.38
* flex version 2.5.39 released 2014-03-26
** no user visible changes in this release
* version 2.5.38 released 2014-02-14
** internationalization

View File

@ -24,7 +24,7 @@
# autoconf requirements and initialization
AC_INIT([the fast lexical analyser generator], [2.5.38],
AC_INIT([the fast lexical analyser generator], [2.5.39],
[flex-help@lists.sourceforge.net], [flex])
SHARED_VERSION_INFO="2:0:0"
AC_SUBST(SHARED_VERSION_INFO)