From b3bfe4baef583af3bf35035f752558bfe45813de Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 24 Jun 2007 19:20:37 +0000 Subject: [PATCH] - This is 0.13.1.dev now --- re2c/CHANGELOG | 3 +++ re2c/config_w32.h | 6 +++--- re2c/htdocs/index.html | 3 +++ re2c/htdocs/manual.html | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 51aa936e..64c7c0a0 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,3 +1,6 @@ +Version 0.13.1 (2007-??-??) +--------------------------- + Version 0.13.0 (2007-06-24) --------------------------- - Added -c and -t to generate scanners with (f)lex-like condition support. diff --git a/re2c/config_w32.h b/re2c/config_w32.h index bd6d0d01..4bb08da5 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.13.0.dev" +#define PACKAGE_STRING "re2c 0.13.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.13.0.dev" +#define PACKAGE_VERSION "0.13.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.13.0.dev" +#define VERSION "0.13.1.dev" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html index 0874bda9..dc5e3e44 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -80,6 +80,9 @@ fixes which were incorporated.

Changelog

+

2007-??-??: 0.13.1

+

2007-06-24: 0.13.0