From 72c6cb64d6bccbbaffbc56b88a002dc9cc61fd88 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 1 May 2006 23:32:50 +0000 Subject: [PATCH] - Change to dev, 0.10.3 this time --- CHANGELOG | 3 +++ config_w32.h | 6 +++--- configure.in | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2f7addcd..18c1bff6 100644 --- 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. diff --git a/config_w32.h b/config_w32.h index 10c3ba08..fa2b9630 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.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 */ diff --git a/configure.in b/configure.in index 88151c99..216d5241 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.40.0