From 8f32d427f0cbbc758e30618d567afa652444185d Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Sun, 22 Nov 2015 19:53:04 +0000 Subject: [PATCH] Release 0.15. --- re2c/bootstrap/doc/re2c.1 | 2 +- re2c/bootstrap/src/conf/parse_opts.cc | 2 +- re2c/bootstrap/src/parse/lex.cc | 2 +- re2c/bootstrap/src/parse/lex_conf.cc | 2 +- re2c/configure.ac | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/re2c/bootstrap/doc/re2c.1 b/re2c/bootstrap/doc/re2c.1 index c22563a60..c1f0fb0b2 100644 --- a/re2c/bootstrap/doc/re2c.1 +++ b/re2c/bootstrap/doc/re2c.1 @@ -1041,6 +1041,6 @@ Emmanuel Mogenet \fI\%mgix@mgix.com\fP Ulya Trofimovich \fI\%skvadrik@gmail.com\fP .SH VERSION INFORMATION .sp -This manpage describes \fBre2c\fP version 0.14.1.dev, package date 22 Nov 2015. +This manpage describes \fBre2c\fP version 0.15, package date 22 Nov 2015. .\" Generated by docutils manpage writer. . diff --git a/re2c/bootstrap/src/conf/parse_opts.cc b/re2c/bootstrap/src/conf/parse_opts.cc index 2c616c3f9..90411da8d 100644 --- a/re2c/bootstrap/src/conf/parse_opts.cc +++ b/re2c/bootstrap/src/conf/parse_opts.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 0.14.3 on Sat Nov 21 19:46:24 2015 */ +/* Generated by re2c 0.14.3 on Sun Nov 22 19:51:58 2015 */ #line 1 "../src/conf/parse_opts.re" #include diff --git a/re2c/bootstrap/src/parse/lex.cc b/re2c/bootstrap/src/parse/lex.cc index 147dabff4..c98bab678 100644 --- a/re2c/bootstrap/src/parse/lex.cc +++ b/re2c/bootstrap/src/parse/lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 0.14.3 on Sat Nov 21 19:46:24 2015 */ +/* Generated by re2c 0.14.3 on Sun Nov 22 19:51:58 2015 */ #line 1 "../src/parse/lex.re" #include #include diff --git a/re2c/bootstrap/src/parse/lex_conf.cc b/re2c/bootstrap/src/parse/lex_conf.cc index 2000c287e..c6f21deca 100644 --- a/re2c/bootstrap/src/parse/lex_conf.cc +++ b/re2c/bootstrap/src/parse/lex_conf.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 0.14.3 on Sat Nov 21 19:46:24 2015 */ +/* Generated by re2c 0.14.3 on Sun Nov 22 19:51:58 2015 */ #line 1 "../src/parse/lex_conf.re" #include "src/parse/scanner.h" #include "src/util/s_to_n32_unsafe.h" diff --git a/re2c/configure.ac b/re2c/configure.ac index e30a6e7cd..e6b478c10 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([re2c],[0.14.1.dev],[re2c-general@lists.sourceforge.net]) +AC_INIT([re2c],[0.15],[re2c-general@lists.sourceforge.net]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes])