From 0da106a7d0d2ffc06e231a867e40e43faac3ee53 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Tue, 29 Jul 2014 18:11:41 +0300 Subject: [PATCH] Release 0.13.7.4. --- re2c/CHANGELOG | 6 ++++++ re2c/config_w32.h | 6 +++--- re2c/configure.ac | 2 +- re2c/htdocs/index.html | 4 ++++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 8074dec0..ff680084 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,3 +1,9 @@ +Version 0.13.7.4 (2014-07-29) +----------------------------- +- Enabled 'make docs' only if configured with '--enable-docs' +- Disallowed to use yacc/byacc instead of bison to build parser +- Removed non-portable sed feature in script that runs tests + Version 0.13.7.3 (2014-07-28) ----------------------------- - Fixed CXX warning diff --git a/re2c/config_w32.h b/re2c/config_w32.h index c786ea73..76dc3713 100644 --- a/re2c/config_w32.h +++ b/re2c/config_w32.h @@ -59,13 +59,13 @@ #define PACKAGE_NAME "re2c" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "re2c 0.13.7.4.dev" +#define PACKAGE_STRING "re2c 0.13.7.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.13.7.4.dev" +#define PACKAGE_VERSION "0.13.7.4" /* The size of a `char', as computed by sizeof. */ #define SIZEOF_CHAR 1 @@ -83,7 +83,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.13.7.4.dev" +#define VERSION "0.13.7.4" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/configure.ac b/re2c/configure.ac index 1d226152..d004cd26 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.13.7.4.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.13.7.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 9b1cce23..87cd0c69 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -68,6 +68,10 @@

Changelog

+

2014-07-29: 0.13.7.4

+
  • Enabled 'make docs' only if configured with '--enable-docs'
  • +
  • Disallowed to use yacc/byacc instead of bison to build parser
  • +
  • Removed non-portable sed feature in script that runs tests
  • 2014-07-27: 0.13.7.3

  • Fixed CXX warning
  • Got rid of asciidoc build-time dependency
  • -- 2.40.0