From: helly Date: Sat, 18 Feb 2006 22:45:39 +0000 (+0000) Subject: - Back to dev X-Git-Tag: 0.13.6~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac25c9d12cf820932a84ceb839e06a566a8dd705;p=re2c - Back to dev --- diff --git a/CHANGELOG b/CHANGELOG index 96bbdaa8..a39d6066 100644 --- 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. diff --git a/config_w32.h b/config_w32.h index a236df14..0ea6f584 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" +#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 */ diff --git a/configure.in b/configure.in index cd8eb66f..4043c796 100644 --- a/configure.in +++ b/configure.in @@ -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)