From ab647f6b5302170bd2b70d8d6de04d57804c5d04 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 27 Aug 2018 22:44:50 +0100 Subject: [PATCH] Release 1.1. --- re2c/bootstrap/doc/re2c.1 | 2 +- re2c/bootstrap/src/ast/lex.cc | 2 +- re2c/bootstrap/src/ast/lex_conf.cc | 2 +- re2c/bootstrap/src/conf/parse_opts.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 e7d428f2..444cbaa6 100644 --- a/re2c/bootstrap/doc/re2c.1 +++ b/re2c/bootstrap/doc/re2c.1 @@ -1148,6 +1148,6 @@ Tim Kelly, Ulya Trofimovich .SH VERSION INFORMATION .sp -This manpage describes \fBre2c\fP version 1.0.3, package date 27 Aug 2018. +This manpage describes \fBre2c\fP version 1.1, package date 27 Aug 2018. .\" Generated by docutils manpage writer. . diff --git a/re2c/bootstrap/src/ast/lex.cc b/re2c/bootstrap/src/ast/lex.cc index 39fe00b7..7ebcd622 100644 --- a/re2c/bootstrap/src/ast/lex.cc +++ b/re2c/bootstrap/src/ast/lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.3 on Mon Aug 27 21:49:52 2018 */ +/* Generated by re2c 1.1 on Mon Aug 27 22:43:09 2018 */ #line 1 "../src/ast/lex.re" #include "src/util/c99_stdint.h" #include diff --git a/re2c/bootstrap/src/ast/lex_conf.cc b/re2c/bootstrap/src/ast/lex_conf.cc index 0dcfda96..5a9fe04c 100644 --- a/re2c/bootstrap/src/ast/lex_conf.cc +++ b/re2c/bootstrap/src/ast/lex_conf.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.3 on Mon Aug 27 21:49:52 2018 */ +/* Generated by re2c 1.1 on Mon Aug 27 22:43:09 2018 */ #line 1 "../src/ast/lex_conf.re" #include "src/util/c99_stdint.h" #include diff --git a/re2c/bootstrap/src/conf/parse_opts.cc b/re2c/bootstrap/src/conf/parse_opts.cc index fadaebdc..205ab38b 100644 --- a/re2c/bootstrap/src/conf/parse_opts.cc +++ b/re2c/bootstrap/src/conf/parse_opts.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.3 on Mon Aug 27 21:49:52 2018 */ +/* Generated by re2c 1.1 on Mon Aug 27 22:43:09 2018 */ #line 1 "../src/conf/parse_opts.re" #include "src/code/input_api.h" #include "src/conf/msg.h" diff --git a/re2c/configure.ac b/re2c/configure.ac index ac73c5c7..8f8c5d61 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([re2c],[1.0.3],[re2c-general@lists.sourceforge.net]) +AC_INIT([re2c],[1.1],[re2c-general@lists.sourceforge.net]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes]) -- 2.40.0