From: helly Date: Sun, 14 May 2006 17:21:20 +0000 (+0000) Subject: - Prepare release 0.10.3 X-Git-Tag: 0.13.6~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5298291b0bffe8f80f95786aceca61f877be7cac;p=re2c - Prepare release 0.10.3 --- diff --git a/CHANGELOG b/CHANGELOG index 0c87388e..e1a95b05 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.10.3 (????-??-??) +Version 0.10.3 (2006-05-14) --------------------------- - Fixed issue with -wb and -ws. - Added -g switch to support gcc's computed goto's. diff --git a/config_w32.h b/config_w32.h index fa2b9630..28f8eeee 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.3.dev" +#define PACKAGE_STRING "re2c 0.10.3" /* 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.3.dev" +#define PACKAGE_VERSION "0.10.3" /* 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.3.dev" +#define VERSION "0.10.3" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.in b/configure.in index 216d5241..3da96ef4 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.10.3.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.10.3, re2c-general@lists.sourceforge.net) AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION) AC_CONFIG_SRCDIR(actions.cc) AM_CONFIG_HEADER(config.h) diff --git a/htdocs/index.html b/htdocs/index.html index 11b58da7..44837c0f 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -76,6 +76,12 @@ provide re2c packages.

Changelog

+

2006-05-14: 0.10.3

+

2006-05-01: 0.10.2