From: <he...@us...> - 2006-05-31 23:22:31
|
Revision: 556 Author: helly Date: 2006-05-31 16:22:25 -0700 (Wed, 31 May 2006) ViewCVS: http://svn.sourceforge.net/re2c/?rev=556&view=rev Log Message: ----------- - Back to dev, 0.10.5.dev this time Modified Paths: -------------- trunk/re2c/CHANGELOG trunk/re2c/configure.in Modified: trunk/re2c/CHANGELOG =================================================================== --- trunk/re2c/CHANGELOG 2006-05-31 23:18:50 UTC (rev 555) +++ trunk/re2c/CHANGELOG 2006-05-31 23:22:25 UTC (rev 556) @@ -1,3 +1,6 @@ +Version 0.10.5 (200?-??-??) +--------------------------- + Version 0.10.4 (2006-06-01) --------------------------- - Fix whitespace in generated code. Modified: trunk/re2c/configure.in =================================================================== --- trunk/re2c/configure.in 2006-05-31 23:18:50 UTC (rev 555) +++ trunk/re2c/configure.in 2006-05-31 23:22:25 UTC (rev 556) @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.10.4, re2...@li...) +AC_INIT(re2c, 0.10.5.dev, re2...@li...) AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION) AC_CONFIG_SRCDIR(actions.cc) AM_CONFIG_HEADER(config.h) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |