]> granicus.if.org Git - re2c/commitdiff
- Next rc: 0.10.0.rc2
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 2 Feb 2006 21:45:38 +0000 (21:45 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 2 Feb 2006 21:45:38 +0000 (21:45 +0000)
config_w32.h
configure.in

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