From: helly Date: Thu, 2 Feb 2006 21:45:38 +0000 (+0000) Subject: - Next rc: 0.10.0.rc2 X-Git-Tag: 0.13.6~464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c91d3e5d14f540aa26439244e202743a54976dbb;p=re2c - Next rc: 0.10.0.rc2 --- diff --git a/config_w32.h b/config_w32.h index bae17d17..71f2684d 100644 --- a/config_w32.h +++ b/config_w32.h @@ -63,13 +63,13 @@ #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 */ diff --git a/configure.in b/configure.in index eebe921a..1c9b23d3 100644 --- a/configure.in +++ b/configure.in @@ -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)