From: <pat...@us...> - 2011-05-01 16:09:09
|
Revision: 684 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=684&view=rev Author: patrickh Date: 2011-05-01 16:09:03 +0000 (Sun, 01 May 2011) Log Message: ----------- Roll the version to 1.2.0. Modified Paths: -------------- branches/1.2/ChangeLog branches/1.2/cppdom/version.h branches/1.2/cppdom.spec Modified: branches/1.2/ChangeLog =================================================================== --- branches/1.2/ChangeLog 2011-05-01 16:07:55 UTC (rev 683) +++ branches/1.2/ChangeLog 2011-05-01 16:09:03 UTC (rev 684) @@ -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: branches/1.2/cppdom/version.h =================================================================== --- branches/1.2/cppdom/version.h 2011-05-01 16:07:55 UTC (rev 683) +++ branches/1.2/cppdom/version.h 2011-05-01 16:09:03 UTC (rev 684) @@ -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 2 +#define CPPDOM_VERSION_PATCH 0 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- Modified: branches/1.2/cppdom.spec =================================================================== --- branches/1.2/cppdom.spec 2011-05-01 16:07:55 UTC (rev 683) +++ branches/1.2/cppdom.spec 2011-05-01 16:09:03 UTC (rev 684) @@ -1,6 +1,6 @@ # Spec file for cppdom. %define name cppdom -%define version 1.1.2 +%define version 1.2.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.2.0-1 +- Updated to version 1.2.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. |