Skip to content

Commit

Permalink
Release 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Aug 27, 2018
1 parent 553a661 commit ab647f6
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 @@ -1148,6 +1148,6 @@ Tim Kelly,
Ulya Trofimovich
.SH VERSION INFORMATION
.sp
This manpage describes \fBre2c\fP version 1.0.3, package date 27 Aug 2018.
This manpage describes \fBre2c\fP version 1.1, package date 27 Aug 2018.
.\" 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.3 on Mon Aug 27 21:49:52 2018 */
/* Generated by re2c 1.1 on Mon Aug 27 22:43:09 2018 */
#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.3 on Mon Aug 27 21:49:52 2018 */
/* Generated by re2c 1.1 on Mon Aug 27 22:43:09 2018 */
#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.3 on Mon Aug 27 21:49:52 2018 */
/* Generated by re2c 1.1 on Mon Aug 27 22:43:09 2018 */
#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.3],[[email protected]])
AC_INIT([re2c],[1.1],[[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit ab647f6

Please sign in to comment.