Skip to content

Commit

Permalink
Release 0.13.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Jul 29, 2014
1 parent dbbd754 commit 0da106a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions re2c/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions re2c/config_w32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion re2c/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.57])
AC_INIT(re2c, 0.13.7.4.dev, [email protected])
AC_INIT(re2c, 0.13.7.4, [email protected])
AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)
Expand Down
4 changes: 4 additions & 0 deletions re2c/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ <h2>Other re2c links:</h2>
</ul>
<hr />
<h1>Changelog</h1>
<h2>2014-07-29: 0.13.7.4</h2>
<li>Enabled 'make docs' only if configured with '--enable-docs'</li>
<li>Disallowed to use yacc/byacc instead of bison to build parser</li>
<li>Removed non-portable sed feature in script that runs tests</li>
<h2>2014-07-27: 0.13.7.3</h2>
<li>Fixed CXX warning</li>
<li>Got rid of asciidoc build-time dependency</li>
Expand Down

0 comments on commit 0da106a

Please sign in to comment.