]> granicus.if.org Git - re2c/commitdiff
Release 0.13.7.5. 0.13.7.5
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 22 Aug 2014 20:47:11 +0000 (23:47 +0300)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 22 Aug 2014 20:47:11 +0000 (23:47 +0300)
re2c/CHANGELOG
re2c/config_w32.h
re2c/configure.ac
re2c/htdocs/index.html

index ff68008471e7596308c331a6d4d4066a6c660f9d..6115f0968c550fd42c26de5e72ec2aa7028997e5 100644 (file)
@@ -1,3 +1,7 @@
+Version 0.13.7.5 (2014-08-22)
+-----------------------------
+- Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer)
+
 Version 0.13.7.4 (2014-07-29)
 -----------------------------
 - Enabled 'make docs' only if configured with '--enable-docs'
index 9e9308fd17dca4e1c1823d570e40e023dd7d386d..efb64d638579a90544b350e54f893df6d72e038b 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.13.7.5.dev"
+#define PACKAGE_STRING "re2c 0.13.7.5"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "re2c"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.13.7.5.dev"
+#define PACKAGE_VERSION "0.13.7.5"
 
 /* The size of a `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
@@ -83,7 +83,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.13.7.5.dev"
+#define VERSION "0.13.7.5"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index 099f19ccd13b2d5bd13d84435584c6fbdc6523a9..c2c8e3f4b29cab471d4a7ebc99944e95daf324c0 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.13.7.5.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.13.7.5, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)
index 87cd0c696502d09c86011b53ae50d2f58673b23a..4d07aba6081f6850f05e04b5def6e935e69b7806 100755 (executable)
@@ -68,6 +68,8 @@
     </ul>
     <hr />
     <h1>Changelog</h1>
+    <h2>2014-08-22: 0.13.7.5</h2>
+      <li>Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer)</li>
     <h2>2014-07-29: 0.13.7.4</h2>
       <li>Enabled 'make docs' only if configured with '--enable-docs'</li>
       <li>Disallowed to use yacc/byacc instead of bison to build parser</li>