From e58939b34bb4c37cd990f82dc286f21cb405743e Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich <skvadrik@gmail.com> Date: Fri, 11 Aug 2017 22:31:09 +0100 Subject: [PATCH] Release 1.0.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 45c507734..4a17669e5 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 9a2f80899..fdeb9da09 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 <stddef.h> diff --git a/re2c/bootstrap/src/ast/lex_conf.cc b/re2c/bootstrap/src/ast/lex_conf.cc index 1db3bd386..20d4330f4 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 <string> diff --git a/re2c/bootstrap/src/conf/parse_opts.cc b/re2c/bootstrap/src/conf/parse_opts.cc index 3ac9dfffd..e38abea00 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 d485d3218..a8790da02 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])