Skip to content

Commit

Permalink
Release 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Aug 30, 2018
1 parent 848ef0b commit d06bf2b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1, package date 27 Aug 2018.
This manpage describes \fBre2c\fP version 1.1.1, package date 30 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.1 on Thu Aug 30 23:07:35 2018 */
/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 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.1 on Thu Aug 30 23:07:01 2018 */
/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 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.1 on Thu Aug 30 23:07:01 2018 */
/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 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/bootstrap/src/conf/ver_to_vernum.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 1.1 on Thu Aug 30 23:07:01 2018 */
/* Generated by re2c 1.1.1 on Thu Aug 30 23:14:50 2018 */
#line 1 "../src/conf/ver_to_vernum.re"
#include "src/util/c99_stdint.h"
#include <string>
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.1],[[email protected]])
AC_INIT([re2c],[1.1.1],[[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit d06bf2b

Please sign in to comment.