Skip to content

Commit

Permalink
Release 0.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Nov 22, 2015
1 parent 708d893 commit 8f32d42
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 @@ -1041,6 +1041,6 @@ Emmanuel Mogenet \fI\%[email protected]\fP
Ulya Trofimovich \fI\%[email protected]\fP
.SH VERSION INFORMATION
.sp
This manpage describes \fBre2c\fP version 0.14.1.dev, package date 22 Nov 2015.
This manpage describes \fBre2c\fP version 0.15, package date 22 Nov 2015.
.\" Generated by docutils manpage writer.
.
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 0.14.3 on Sat Nov 21 19:46:24 2015 */
/* Generated by re2c 0.14.3 on Sun Nov 22 19:51:58 2015 */
#line 1 "../src/conf/parse_opts.re"
#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/parse/lex.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 0.14.3 on Sat Nov 21 19:46:24 2015 */
/* Generated by re2c 0.14.3 on Sun Nov 22 19:51:58 2015 */
#line 1 "../src/parse/lex.re"
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion re2c/bootstrap/src/parse/lex_conf.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by re2c 0.14.3 on Sat Nov 21 19:46:24 2015 */
/* Generated by re2c 0.14.3 on Sun Nov 22 19:51:58 2015 */
#line 1 "../src/parse/lex_conf.re"
#include "src/parse/scanner.h"
#include "src/util/s_to_n32_unsafe.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],[0.14.1.dev],[[email protected]])
AC_INIT([re2c],[0.15],[[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit 8f32d42

Please sign in to comment.