From: helly
Date: Sun, 24 Jun 2007 19:20:37 +0000 (+0000)
Subject: - This is 0.13.1.dev now
X-Git-Tag: 0.13.6~129
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3bfe4baef583af3bf35035f752558bfe45813de;p=re2c
- This is 0.13.1.dev now
---
diff --git a/re2c/CHANGELOG b/re2c/CHANGELOG
index 51aa936e..64c7c0a0 100644
--- a/re2c/CHANGELOG
+++ b/re2c/CHANGELOG
@@ -1,3 +1,6 @@
+Version 0.13.1 (2007-??-??)
+---------------------------
+
Version 0.13.0 (2007-06-24)
---------------------------
- Added -c and -t to generate scanners with (f)lex-like condition support.
diff --git a/re2c/config_w32.h b/re2c/config_w32.h
index bd6d0d01..4bb08da5 100644
--- a/re2c/config_w32.h
+++ b/re2c/config_w32.h
@@ -63,13 +63,13 @@
#define PACKAGE_NAME "re2c"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.13.0.dev"
+#define PACKAGE_STRING "re2c 0.13.1.dev"
/* 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.0.dev"
+#define PACKAGE_VERSION "0.13.1.dev"
/* The size of a `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
@@ -87,7 +87,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.13.0.dev"
+#define VERSION "0.13.1.dev"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/re2c/htdocs/index.html b/re2c/htdocs/index.html
index 0874bda9..dc5e3e44 100755
--- a/re2c/htdocs/index.html
+++ b/re2c/htdocs/index.html
@@ -80,6 +80,9 @@ fixes which were incorporated.
Changelog
+2007-??-??: 0.13.1
+
2007-06-24: 0.13.0
- Added -c and -t to generate scanners with (f)lex-like condition support.
diff --git a/re2c/htdocs/manual.html b/re2c/htdocs/manual.html
index e8b07940..d20939f7 100755
--- a/re2c/htdocs/manual.html
+++ b/re2c/htdocs/manual.html
@@ -581,7 +581,7 @@ else then e detection of end of data/file.
VERSION INFORMATION
-This manpage describes re2c, version 0.13.0.
+This manpage describes re2c, version 0.13.1.
Index