From bf573bbac111278d5de2727173d97f82da84f4a1 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Wed, 8 Nov 2017 20:40:53 +0000 Subject: [PATCH] Release 1.0.3. --- 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 69b3ef5c..61105563 100644 --- a/re2c/bootstrap/doc/re2c.1 +++ b/re2c/bootstrap/doc/re2c.1 @@ -1146,6 +1146,6 @@ Tim Kelly, Ulya Trofimovich .SH VERSION INFORMATION .sp -This manpage describes \fBre2c\fP version 1.0.2, package date 14 Sep 2017. +This manpage describes \fBre2c\fP version 1.0.3, package date 08 Nov 2017. .\" Generated by docutils manpage writer. . diff --git a/re2c/bootstrap/src/ast/lex.cc b/re2c/bootstrap/src/ast/lex.cc index c7ddbc3a..083a4b33 100644 --- a/re2c/bootstrap/src/ast/lex.cc +++ b/re2c/bootstrap/src/ast/lex.cc @@ -1,4 +1,4 @@ -/* Generated by re2c 1.0.2 on Sat Aug 26 21:05:51 2017 */ +/* Generated by re2c 1.0.3 on Wed Nov 8 20:39:40 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 13f10d5d..713a9354 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.2 on Sat Aug 26 21:05:51 2017 */ +/* Generated by re2c 1.0.3 on Wed Nov 8 20:39:40 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 b5368b62..f386b99b 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.2 on Sat Aug 26 21:05:51 2017 */ +/* Generated by re2c 1.0.3 on Wed Nov 8 20:39:40 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 1d12bd9c..ac73c5c7 100644 --- a/re2c/configure.ac +++ b/re2c/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([re2c],[1.0.2],[re2c-general@lists.sourceforge.net]) +AC_INIT([re2c],[1.0.3],[re2c-general@lists.sourceforge.net]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes]) -- 2.40.0