From 965cb7ca1e98e8096748e9680a6cd4342888fc16 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 28 Jul 2014 14:08:59 +0300 Subject: [PATCH] Release 0.13.7.3. --- re2c/CHANGELOG | 5 +++++ re2c/config_w32.h | 6 +++--- re2c/configure.in | 2 +- re2c/htdocs/index.html | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index c318ad7b..8074dec0 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,3 +1,8 @@ +Version 0.13.7.3 (2014-07-28) +----------------------------- +- Fixed CXX warning +- Got rid of asciidoc build-time dependency + Version 0.13.7.2 (2014-07-27) ----------------------------- - Included man page into dist, respect users CXXFLAGS. diff --git a/re2c/config_w32.h b/re2c/config_w32.h index edb842c2..700f8392 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.8.dev" +#define PACKAGE_STRING "re2c 0.13.7.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.13.8.dev" +#define PACKAGE_VERSION "0.13.7.3" /* 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.8.dev" +#define VERSION "0.13.7.3" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/configure.in b/re2c/configure.in index 67e92117..30a595c7 100644 --- a/re2c/configure.in +++ b/re2c/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.13.8.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.13.7.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/re2c/htdocs/index.html b/re2c/htdocs/index.html index 3225fbec..9b1cce23 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -68,6 +68,9 @@

Changelog

+

2014-07-27: 0.13.7.3

+
  • Fixed CXX warning
  • +
  • Got rid of asciidoc build-time dependency
  • 2014-07-27: 0.13.7.2

  • Included man page into dist, respect users CXXFLAGS.
  • 2014-07-26: 0.13.7.1

    -- 2.40.0