From: Ulya Trofimovich Date: Fri, 22 Aug 2014 20:52:46 +0000 (+0300) Subject: Updated version to 0.13.6.dev X-Git-Tag: 0.14~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb49c05b95ba951c764a8159e6d461d4a9b6265;p=re2c Updated version to 0.13.6.dev --- diff --git a/re2c/config_w32.h b/re2c/config_w32.h index efb64d63..8a20171d 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.5" +#define PACKAGE_STRING "re2c 0.13.7.6.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.5" +#define PACKAGE_VERSION "0.13.7.6.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.5" +#define VERSION "0.13.7.6.dev" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/re2c/configure.ac b/re2c/configure.ac index c2c8e3f4..33f86178 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.13.7.5, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.13.7.6.dev, re2c-general@lists.sourceforge.net) AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION) AC_CONFIG_SRCDIR(actions.cc) AM_CONFIG_HEADER(config.h)