From f2e62cab037f61f8bb0f7e5459d2687561abeb3c Mon Sep 17 00:00:00 2001 From: helly Date: Wed, 31 May 2006 22:56:16 +0000 Subject: [PATCH] - Go with 0.10.4 --- re2c/CHANGELOG | 2 +- re2c/config_w32.h | 6 +++--- re2c/configure.in | 2 +- re2c/htdocs/index.html | 4 ++++ re2c/htdocs/manual.html | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 9c50346d..8e077e48 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.10.4 (200?-??-??) +Version 0.10.4 (2006-06-01) --------------------------- - Fix whitespace in generated code. diff --git a/re2c/config_w32.h b/re2c/config_w32.h index 4f042c5a..5d74b010 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.10.4.dev" +#define PACKAGE_STRING "re2c 0.10.4" /* 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.4.dev" +#define PACKAGE_VERSION "0.10.4" /* 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.4.dev" +#define VERSION "0.10.4" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/configure.in b/re2c/configure.in index c60b434e..3211395f 100644 --- a/re2c/configure.in +++ b/re2c/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.10.4.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.10.4, 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 44837c0f..559c0064 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -76,6 +76,10 @@ provide re2c packages.

Changelog

+

2006-06-01: 0.10.4

+

2006-05-14: 0.10.3