]> granicus.if.org Git - re2c/commitdiff
Updated version to 0.14.3.dev
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 25 Mar 2015 21:34:42 +0000 (21:34 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 25 Mar 2015 21:34:42 +0000 (21:34 +0000)
re2c/config_w32.h
re2c/configure.ac

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