From: <vac...@us...> - 2009-12-20 12:48:50
|
Revision: 164 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=164&view=rev Author: vaclavslavik Date: 2009-12-20 12:48:18 +0000 (Sun, 20 Dec 2009) Log Message: ----------- Increased version number to 0.6.2. Modified Paths: -------------- trunk/NEWS trunk/configure.ac Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-12-20 12:47:30 UTC (rev 163) +++ trunk/NEWS 2009-12-20 12:48:18 UTC (rev 164) @@ -1,4 +1,6 @@ +Version 0.6.2 + Fixed xml::tree_parser to fail on non-fatal parser errors. Added XMLWRAPP_CHECK_VERSION macro. Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-12-20 12:47:30 UTC (rev 163) +++ trunk/configure.ac 2009-12-20 12:48:18 UTC (rev 164) @@ -36,7 +36,7 @@ AC_REVISION($Id$)dnl AC_PREREQ(2.61) -AC_INIT(xmlwrapp, 0.6.1, [xml...@li...]) +AC_INIT(xmlwrapp, 0.6.2, [xml...@li...]) AC_CONFIG_SRCDIR([xmlwrapp.pc.in]) AC_CONFIG_AUX_DIR([admin]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |