]> granicus.if.org Git - re2c/commitdiff
Updated version to 0.13.8.dev
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 24 Sep 2014 11:09:31 +0000 (12:09 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 24 Sep 2014 11:09:31 +0000 (12:09 +0100)
re2c/config_w32.h
re2c/configure.ac

index efb64d638579a90544b350e54f893df6d72e038b..edb842c22f6cfd1bb3f00c1f24d7d38cfd3f3c47 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.13.7.5"
+#define PACKAGE_STRING "re2c 0.13.8.dev"
 
 /* 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"
+#define PACKAGE_VERSION "0.13.8.dev"
 
 /* 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"
+#define VERSION "0.13.8.dev"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index c2c8e3f4b29cab471d4a7ebc99944e95daf324c0..656b25c590824e71ac0c7b85dc26642dc8daabfd 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.13.7.5, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.13.8.dev, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)