|
From: <vac...@us...> - 2009-06-02 17:03:22
|
Revision: 151
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=151&view=rev
Author: vaclavslavik
Date: 2009-06-02 17:03:19 +0000 (Tue, 02 Jun 2009)
Log Message:
-----------
updated version number to 0.6.1 in preparation for release
Modified Paths:
--------------
trunk/NEWS
trunk/configure.ac
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-06-02 16:42:51 UTC (rev 150)
+++ trunk/NEWS 2009-06-02 17:03:19 UTC (rev 151)
@@ -1,3 +1,5 @@
+Version 0.6.1
+
Added Visual C++ 200x projects and fixed VC6 project.
Fixed xml::event_parser::parse_stream() to return false on empty
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-06-02 16:42:51 UTC (rev 150)
+++ trunk/configure.ac 2009-06-02 17:03:19 UTC (rev 151)
@@ -36,7 +36,7 @@
AC_REVISION($Id$)dnl
AC_PREREQ(2.62)
-AC_INIT(xmlwrapp, 0.6.0, [xml...@li...])
+AC_INIT(xmlwrapp, 0.6.1, [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.
|