]> granicus.if.org Git - re2c/commitdiff
Release 0.13.7.4. 0.13.7.4
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 29 Jul 2014 15:11:41 +0000 (18:11 +0300)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 29 Jul 2014 15:11:41 +0000 (18:11 +0300)
re2c/CHANGELOG
re2c/config_w32.h
re2c/configure.ac
re2c/htdocs/index.html

index 8074dec06fa72e7f500ddc4625aa15279b691da5..ff68008471e7596308c331a6d4d4066a6c660f9d 100644 (file)
@@ -1,3 +1,9 @@
+Version 0.13.7.4 (2014-07-29)
+-----------------------------
+- Enabled 'make docs' only if configured with '--enable-docs'
+- Disallowed to use yacc/byacc instead of bison to build parser
+- Removed non-portable sed feature in script that runs tests
+
 Version 0.13.7.3 (2014-07-28)
 -----------------------------
 - Fixed CXX warning
index c786ea734527534321fa1888d0a0bdcfca8b06d9..76dc3713b8fe6a1d5a62c13c16d78fdc2fdd8d2a 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.13.7.4.dev"
+#define PACKAGE_STRING "re2c 0.13.7.4"
 
 /* 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.4.dev"
+#define PACKAGE_VERSION "0.13.7.4"
 
 /* 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.4.dev"
+#define VERSION "0.13.7.4"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index 1d226152e15e5b67812a3974c7dce0396cf37803..d004cd26837044acd68e99b1220da75805b0a069 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.13.7.4.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.13.7.4, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)
index 9b1cce237406005aac2c8bcd361f5d0eb46591ec..87cd0c696502d09c86011b53ae50d2f58673b23a 100755 (executable)
     </ul>
     <hr />
     <h1>Changelog</h1>
+    <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>
+      <li>Removed non-portable sed feature in script that runs tests</li>
     <h2>2014-07-27: 0.13.7.3</h2>
       <li>Fixed CXX warning</li>
       <li>Got rid of asciidoc build-time dependency</li>