]> granicus.if.org Git - re2c/commitdiff
- Change to dev, 0.10.3 this time
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 1 May 2006 23:32:50 +0000 (23:32 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 1 May 2006 23:32:50 +0000 (23:32 +0000)
CHANGELOG
config_w32.h
configure.in

index 2f7addcddba1cfd40b81a5ad808e1a02cdc0bae8..18c1bff6c14b57cacb4162160f09d15a4349dcdb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 0.10.3 (????-??-??)
+---------------------------
+
 Version 0.10.2 (2006-05-01)
 ---------------------------
 - Changed to generate YYMARKER only when needed or in single pass mode.
index 10c3ba08e30b00f33d345b62dcf7ad3a71772941..fa2b9630e130723bcd4773d5aad379f0ae28567c 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.10.2"
+#define PACKAGE_STRING "re2c 0.10.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.10.2"
+#define PACKAGE_VERSION "0.10.3.dev"
 
 /* The size of a `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
@@ -87,7 +87,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.10.2"
+#define VERSION "0.10.3.dev"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index 88151c9901d4e8e9d97ba0977c379374e6f2abc1..216d5241faee1e6f34fd8965cd3de05a47476d4f 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.10.2, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.10.3.dev, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)