Skip to content

Commit

Permalink
Release 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Aug 11, 2017
1 parent b64c45e commit e58939b
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 @@ -1274,6 +1274,6 @@ Emmanuel Mogenet \fI\%[email protected]\fP
Ulya Trofimovich \fI\%[email protected]\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.
.
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 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>
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 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>
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 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"
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],[[email protected]])
AC_INIT([re2c],[1.0.1],[[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit e58939b

Please sign in to comment.