From: Ulya Trofimovich Date: Fri, 11 Aug 2017 21:31:09 +0000 (+0100) Subject: Release 1.0.1. X-Git-Tag: 1.0.1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e58939b34bb4c37cd990f82dc286f21cb405743e;p=re2c Release 1.0.1. --- diff --git a/re2c/bootstrap/doc/re2c.1 b/re2c/bootstrap/doc/re2c.1 index 45c50773..4a17669e 100644 --- a/re2c/bootstrap/doc/re2c.1 +++ b/re2c/bootstrap/doc/re2c.1 @@ -1274,6 +1274,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 1.0, package date 11 Aug 2017. +This manpage describes \fBre2c\fP version 1.0.1, package date 11 Aug 2017. .\" Generated by docutils manpage writer. . diff --git a/re2c/bootstrap/src/ast/lex.cc b/re2c/bootstrap/src/ast/lex.cc index 9a2f8089..fdeb9da0 100644 --- a/re2c/bootstrap/src/ast/lex.cc +++ b/re2c/bootstrap/src/ast/lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0 on Fri Aug 11 14:45:08 2017 */ +/* Generated by re2c 1.0.1 on Fri Aug 11 22:29:44 2017 */ #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 1db3bd38..20d4330f 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 on Fri Aug 11 14:45:08 2017 */ +/* Generated by re2c 1.0.1 on Fri Aug 11 22:29:44 2017 */ #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 3ac9dfff..e38abea0 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 on Fri Aug 11 14:45:08 2017 */ +/* Generated by re2c 1.0.1 on Fri Aug 11 22:29:44 2017 */ #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 d485d321..a8790da0 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([re2c],[1.0],[re2c-general@lists.sourceforge.net]) +AC_INIT([re2c],[1.0.1],[re2c-general@lists.sourceforge.net]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes])