From: <pat...@us...> - 2009-03-02 15:11:50
|
Revision: 634 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=634&view=rev Author: patrickh Date: 2009-03-02 15:11:45 +0000 (Mon, 02 Mar 2009) Log Message: ----------- Roll the trunk version to 1.1.0. Modified Paths: -------------- trunk/cppdom/version.h trunk/cppdom.spec Modified: trunk/cppdom/version.h =================================================================== --- trunk/cppdom/version.h 2009-03-02 15:08:15 UTC (rev 633) +++ trunk/cppdom/version.h 2009-03-02 15:11:45 UTC (rev 634) @@ -54,7 +54,7 @@ */ // The major/minor/patch version (up to 3 digits each). #define CPPDOM_VERSION_MAJOR 1 -#define CPPDOM_VERSION_MINOR 0 +#define CPPDOM_VERSION_MINOR 1 #define CPPDOM_VERSION_PATCH 0 //-------------------------------------------------------------------------- Modified: trunk/cppdom.spec =================================================================== --- trunk/cppdom.spec 2009-03-02 15:08:15 UTC (rev 633) +++ trunk/cppdom.spec 2009-03-02 15:11:45 UTC (rev 634) @@ -1,6 +1,6 @@ # Spec file for cppdom. %define name cppdom -%define version 1.0.0 +%define version 1.1.0 %define release 1 Name: %{name} @@ -127,6 +127,9 @@ %doc %{_docdir}/cppdom-%{version}/html %changelog +* Mon Mar 02 2009 Patrick Hartling <pat...@pr...> 1.1.0-1 +- Updated to version 1.1.0. + * Mon Mar 02 2009 Patrick Hartling <pat...@pr...> 1.0.0-1 - Updated to version 1.0.0. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |