From: <pat...@us...> - 2006-11-09 22:34:54
|
Revision: 568 http://svn.sourceforge.net/xml-cppdom/?rev=568&view=rev Author: patrickh Date: 2006-11-09 14:34:51 -0800 (Thu, 09 Nov 2006) Log Message: ----------- Roll the version to 0.6.6. Modified Paths: -------------- branches/0.6/ChangeLog branches/0.6/cppdom/version.h branches/0.6/cppdom.spec Modified: branches/0.6/ChangeLog =================================================================== --- branches/0.6/ChangeLog 2006-11-09 22:33:48 UTC (rev 567) +++ branches/0.6/ChangeLog 2006-11-09 22:34:51 UTC (rev 568) @@ -1,5 +1,8 @@ DATE AUTHOR CHANGE ---------- ----------- ------------------------------------------------------- +[Version 0.6.6 released - 11.9.2006]=========================================== +2006-11-09 patrickh Fixed bad paths in cppdom-config and the .fpc file + when they are intalled via the cppdom-devel RPM. 2006-08-04 patrickh Generate a flagpoll .fpc file for querying CppDOM package information. Modified: branches/0.6/cppdom/version.h =================================================================== --- branches/0.6/cppdom/version.h 2006-11-09 22:33:48 UTC (rev 567) +++ branches/0.6/cppdom/version.h 2006-11-09 22:34:51 UTC (rev 568) @@ -57,7 +57,7 @@ // The major/minor/patch version (up to 3 digits each). #define CPPDOM_VERSION_MAJOR 0 #define CPPDOM_VERSION_MINOR 6 -#define CPPDOM_VERSION_PATCH 5 +#define CPPDOM_VERSION_PATCH 6 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- Modified: branches/0.6/cppdom.spec =================================================================== --- branches/0.6/cppdom.spec 2006-11-09 22:33:48 UTC (rev 567) +++ branches/0.6/cppdom.spec 2006-11-09 22:34:51 UTC (rev 568) @@ -1,6 +1,6 @@ # Spec file for cppdom. %define name cppdom -%define version 0.6.5 +%define version 0.6.6 %define release 1%{?dist} Name: %{name} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |