From 075a9cc2fcfa97d69a47c5a89a1769e7aee86f28 Mon Sep 17 00:00:00 2001 From: helly Date: Thu, 13 Apr 2006 19:48:07 +0000 Subject: [PATCH] - Prepare for release tag: 0.10.2.rc1 --- CHANGELOG | 2 +- config_w32.h | 6 +++--- configure.in | 2 +- htdocs/index.html | 47 +++++++++++++++++++++++++++------------------- htdocs/manual.html | 2 +- 5 files changed, 34 insertions(+), 25 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c9d41ef4..c6349d16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.10.2 (????-??-??) +Version 0.10.2 (2006-04-13) --------------------------- - Fixed generation of YYDEBUG() when using -d switch. - Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE() block. diff --git a/config_w32.h b/config_w32.h index 2f51e37b..5f3a48d5 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.dev" +#define PACKAGE_STRING "re2c 0.10.2.rc1" /* 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.dev" +#define PACKAGE_VERSION "0.10.2.rc1" /* 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.dev" +#define VERSION "0.10.2.rc1" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.in b/configure.in index 653b9571..960cb04f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.10.2.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.10.2.rc1, 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 a6c57831..298d19d3 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -75,26 +75,8 @@ provide re2c packages. files pages.
-

re2c 0.10.1 has been tested with the following compilers:

- - -

Changelog

-

????-??-??: 0.10.2

+

2006-04-13: 0.10.2

+

re2c 0.10.2 has been tested with the following compilers:

+ +

2006-02-28: 0.10.1

+

re2c 0.10.1 has been tested with the following compilers:

+ +

2006-02-18: 0.10.0