Skip to content

Commit

Permalink
Release 0.14.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Mar 25, 2015
1 parent 1a97c67 commit 5b10c5e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions re2c/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.14.2 (2015-03-25)
-----------------------------
- fixed #57 Wrong result only if another rule is present

Version 0.14.1 (2015-02-27)
-----------------------------
- fixed #55 re2c-0.14: re2c -V outputs null byte
Expand Down
6 changes: 3 additions & 3 deletions re2c/bootstrap/re2c.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: re2c
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
.\" Date: 02/27/2015
.\" Date: 03/25/2015
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "RE2C" "1" "02/27/2015" "\ \&" "\ \&"
.TH "RE2C" "1" "03/25/2015" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -1514,4 +1514,4 @@ skvadrik@gmail\&.com
.RE
.SH "VERSION INFORMATION"
.sp
This manpage describes \fBre2c\fR, version 0\&.14\&.1, package date 27 Feb 2015\&.
This manpage describes \fBre2c\fR, version 0\&.14\&.2, package date 25 Mar 2015\&.
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.14.2.dev"
#define PACKAGE_STRING "re2c 0.14.2"

/* 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.14.2.dev"
#define PACKAGE_VERSION "0.14.2"

/* 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.14.2.dev"
#define VERSION "0.14.2"

/* 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.14.2.dev, [email protected])
AC_INIT(re2c, 0.14.2, [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>2015-03-25: 0.14.2</h2>
<ul>
<li>fixed #57 Wrong result only if another rule is present</li>
</ul>
<h2>2015-02-27: 0.14.1</h2>
<ul>
<li>fixed #55 re2c-0.14: re2c -V outputs null byte</li>
Expand Down

0 comments on commit 5b10c5e

Please sign in to comment.