From: <pat...@us...> - 2011-05-01 16:08:01
|
Revision: 683 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=683&view=rev Author: patrickh Date: 2011-05-01 16:07:55 +0000 (Sun, 01 May 2011) Log Message: ----------- Roll the version to 1.3.0. Modified Paths: -------------- trunk/ChangeLog trunk/cppdom/version.h trunk/cppdom.spec Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-05-01 16:05:20 UTC (rev 682) +++ trunk/ChangeLog 2011-05-01 16:07:55 UTC (rev 683) @@ -1,5 +1,7 @@ DATE AUTHOR CHANGE ---------- ----------- ------------------------------------------------------- +[Version 1.2.0 released - 5.1.2011]============================================ + 2011-04-23 patrickh SCons 2.0 is now the minimum required version. Submitted by Doug McCorkle. 2010-04-14 patrickh Preserve newlines in CDATA. Modified: trunk/cppdom/version.h =================================================================== --- trunk/cppdom/version.h 2011-05-01 16:05:20 UTC (rev 682) +++ trunk/cppdom/version.h 2011-05-01 16:07:55 UTC (rev 683) @@ -54,8 +54,8 @@ */ // The major/minor/patch version (up to 3 digits each). #define CPPDOM_VERSION_MAJOR 1 -#define CPPDOM_VERSION_MINOR 1 -#define CPPDOM_VERSION_PATCH 2 +#define CPPDOM_VERSION_MINOR 3 +#define CPPDOM_VERSION_PATCH 0 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- Modified: trunk/cppdom.spec =================================================================== --- trunk/cppdom.spec 2011-05-01 16:05:20 UTC (rev 682) +++ trunk/cppdom.spec 2011-05-01 16:07:55 UTC (rev 683) @@ -1,6 +1,6 @@ # Spec file for cppdom. %define name cppdom -%define version 1.1.2 +%define version 1.3.0 %define release 1 Name: %{name} @@ -127,6 +127,9 @@ %doc %{_docdir}/cppdom-%{version}/html %changelog +* Sun May 01 2011 Patrick Hartling <pa...@pr...> 1.3.0-1 +- Updated to version 1.3.0. + * Wed Apr 14 2010 Patrick Hartling <pa...@pr...> 1.1.2-1 - Updated to version 1.1.2. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |