-Version 0.9.13 (????-??-??)
+Version 0.10.0 (????-??-??)
---------------------------
+- Fixed indendation of generated code.
- Added support for DOS line endings.
- Added experimental unicode support.
- Added config_w32.h to build out of the box on windows (using msvc 2002+).
AC_PREREQ([2.57])
-AC_INIT(re2c, 0.9.13.dev, re2c-general@lists.sourceforge.net)
+AC_INIT(re2c, 0.10.0.dev, re2c-general@lists.sourceforge.net)
AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)