]> granicus.if.org Git - re2c/commitdiff
- Back to dev
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sat, 18 Feb 2006 22:45:39 +0000 (22:45 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sat, 18 Feb 2006 22:45:39 +0000 (22:45 +0000)
CHANGELOG
config_w32.h
configure.in

index 96bbdaa8a52b4d638508631f73f680ebb2aa09dd..a39d6066f4364ff1bfd70e9628bca9f2031e4518 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 0.10.1 (????-??-??)
+---------------------------
+
 Version 0.10.0 (2006-02-18)
 ---------------------------
 - Added make target zip to create windows source packages as zip files.
index a236df142db88106acadff39ebc0e05b19268453..0ea6f584106ce2a50366f2aa456997f8101bc85a 100644 (file)
 #define PACKAGE_NAME "re2c"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.10.0"
+#define PACKAGE_STRING "re2c 0.10.1.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.0"
+#define PACKAGE_VERSION "0.10.1.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.0"
+#define VERSION "0.10.1.dev"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index cd8eb66f2cf0bf78a9e60e331b7737930d1ca3e3..4043c7962d65b6e14860e1cc7292ff58bfa98331 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(re2c, 0.10.0, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.10.1.dev, re2c-general@lists.sourceforge.net)
 AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(actions.cc)
 AM_CONFIG_HEADER(config.h)