Skip to content

Commit

Permalink
Release 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Feb 23, 2015
1 parent b9cca15 commit c701e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions re2c/config_w32.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
#define PACKAGE_NAME "re2c"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "re2c 0.13.8.dev"
#define PACKAGE_STRING "re2c 0.14"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "re2c"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.13.8.dev"
#define PACKAGE_VERSION "0.14"

/* The size of a `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
Expand All @@ -83,7 +83,7 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.13.8.dev"
#define VERSION "0.14"

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
Expand Down
2 changes: 1 addition & 1 deletion re2c/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.57])
AC_INIT(re2c, 0.13.8.dev, [email protected])
AC_INIT(re2c, 0.14, [email protected])
AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit c701e89

Please sign in to comment.