Skip to content

Commit

Permalink
Release 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Nov 8, 2017
1 parent 5b95c8e commit bf573bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion re2c/bootstrap/doc/re2c.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
.
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/ast/lex.cc
Original file line number Diff line number Diff line change
@@ -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 <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/ast/lex_conf.cc
Original file line number Diff line number Diff line change
@@ -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 <string>
Expand Down
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/conf/parse_opts.cc
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion re2c/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([re2c],[1.0.2],[[email protected]])
AC_INIT([re2c],[1.0.3],[[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit bf573bb

Please sign in to comment.