From 49480dbdabb2ad915b7568d29f00f722d4103472 Mon Sep 17 00:00:00 2001 From: Ulya Fokanova Date: Sat, 26 Jul 2014 12:17:27 +0300 Subject: [PATCH] Updated version to 0.13.8.dev --- re2c/CHANGELOG | 4 ++++ re2c/config_w32.h | 6 +++--- re2c/configure.in | 2 +- re2c/htdocs/index.html | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG index 28dee9cc..efbfbcfb 100644 --- a/re2c/CHANGELOG +++ b/re2c/CHANGELOG @@ -1,5 +1,9 @@ +Version 0.13.8 (20??-??-??) +----------------------------- + Version 0.13.7.1 (2014-07-26) ----------------------------- +- Added missing files to tarball Version 0.13.7 (2014-07-25) --------------------------- diff --git a/re2c/config_w32.h b/re2c/config_w32.h index 8f46783d..edb842c2 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.1" +#define PACKAGE_STRING "re2c 0.13.8.dev" /* 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.1" +#define PACKAGE_VERSION "0.13.8.dev" /* 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.1" +#define VERSION "0.13.8.dev" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/configure.in b/re2c/configure.in index 033b370c..2665de23 100644 --- a/re2c/configure.in +++ b/re2c/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.13.7.1, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.13.8.dev, 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 599b43a7..0729b898 100755 --- a/re2c/htdocs/index.html +++ b/re2c/htdocs/index.html @@ -68,6 +68,7 @@

Changelog

+

20??-??-?: 0.13.8

2014-07-26: 0.13.7.1

  • Added missing files to tarball
  • 2014-07-25: 0.13.7

    -- 2.40.0