From: helly Date: Sun, 1 Apr 2007 11:24:28 +0000 (+0000) Subject: - This is 0.11.4.dev now X-Git-Tag: 0.13.6~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14a9f4b8a25c1e66d7d35b2e8425bd44862101fa;p=re2c - This is 0.11.4.dev now --- diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 55f1d6b7..bd2060cb 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,3 +1,6 @@ +Version 0.11.4 (2007-??-??) +--------------------------- + Version 0.11.3 (2007-04-01) --------------------------- - Added support for underscores in named definitions. diff --git a/re2c/config_w32.h b/re2c/config_w32.h index 4f582171..f4e19580 100644 --- a/re2c/config_w32.h +++ b/re2c/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.11.3.dev" +#define PACKAGE_STRING "re2c 0.11.4.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.11.3.dev" +#define PACKAGE_VERSION "0.11.4.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.11.3.dev" +#define VERSION "0.11.4.dev" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/configure.in b/re2c/configure.in index 10a8d539..7876604d 100644 --- a/re2c/configure.in +++ b/re2c/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.11.3.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.11.4.dev, re2c-general@lists.sourceforge.net) AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION) AC_CONFIG_SRCDIR(actions.cc) AM_CONFIG_HEADER(config.h) diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index 47b82908..04c45c0a 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -79,6 +79,9 @@ fixes which were incorporated.

Changelog

+

2007-??-??: 0.11.4

+

2007-04-01: 0.11.3