From d06bf2be1ff92afb5de6f198f12d97dfe51dc782 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 30 Aug 2018 23:16:10 +0100 Subject: [PATCH] Release 1.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/bootstrap/src/conf/ver_to_vernum.cc | 2 +- re2c/configure.ac | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/re2c/bootstrap/doc/re2c.1 b/re2c/bootstrap/doc/re2c.1 index 444cbaa6..2a6670b3 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.1, package date 27 Aug 2018. +This manpage describes \fBre2c\fP version 1.1.1, package date 30 Aug 2018. .\" Generated by docutils manpage writer. . diff --git a/re2c/bootstrap/src/ast/lex.cc b/re2c/bootstrap/src/ast/lex.cc index 132e3dae..4d81f470 100644 --- a/re2c/bootstrap/src/ast/lex.cc +++ b/re2c/bootstrap/src/ast/lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.1 on Thu Aug 30 23:07:35 2018 */ +/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 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 7577f1e7..c6957ca5 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.1 on Thu Aug 30 23:07:01 2018 */ +/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 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 e35acbbd..02bc2be9 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.1 on Thu Aug 30 23:07:01 2018 */ +/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 2018 */ #line 1 "../src/conf/parse_opts.re" #include "src/code/input_api.h" #include "src/conf/msg.h" diff --git a/re2c/bootstrap/src/conf/ver_to_vernum.cc b/re2c/bootstrap/src/conf/ver_to_vernum.cc index 41314644..e2e35654 100644 --- a/re2c/bootstrap/src/conf/ver_to_vernum.cc +++ b/re2c/bootstrap/src/conf/ver_to_vernum.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.1 on Thu Aug 30 23:07:01 2018 */ +/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 2018 */ #line 1 "../src/conf/ver_to_vernum.re" #include "src/util/c99_stdint.h" #include diff --git a/re2c/configure.ac b/re2c/configure.ac index 8f8c5d61..eaac4086 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([re2c],[1.1],[re2c-general@lists.sourceforge.net]) +AC_INIT([re2c],[1.1.1],[re2c-general@lists.sourceforge.net]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes]) -- 2.50.1