-Version 0.10.3 (????-??-??)
+Version 0.10.3 (2006-05-14)
---------------------------
- Fixed issue with -wb and -ws.
- Added -g switch to support gcc's computed goto's.
#define PACKAGE_NAME "re2c"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "re2c 0.10.3.dev"
+#define PACKAGE_STRING "re2c 0.10.3"
/* 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.10.3.dev"
+#define PACKAGE_VERSION "0.10.3"
/* The size of a `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.10.3.dev"
+#define VERSION "0.10.3"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
AC_PREREQ([2.57])
-AC_INIT(re2c, 0.10.3.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.10.3, re2c-general@lists.sourceforge.net)
AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)
</ul>
<hr />
<h1>Changelog</h1>
+<h2>2006-05-14: 0.10.3</h2>
+<ul>
+<li>Fixed issue with -wb and -ws.</li>
+<li>Added -g switch to support gcc's computed goto's.</li>
+<li>Changed to use nested if's instead of "switch(yyaccept)" in -s mode.</li>
+</ul>
<h2>2006-05-01: 0.10.2</h2>
<ul>
<li>Changed to generate YYMARKER only when needed or in single pass mode.</li>