|
From: <pat...@us...> - 2009-03-02 15:06:51
|
Revision: 631
http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=631&view=rev
Author: patrickh
Date: 2009-03-02 15:06:42 +0000 (Mon, 02 Mar 2009)
Log Message:
-----------
Since 0.7.10 was releaseed, the only changes have been to the build system.
As such, it seems to me that this code is stable and not likely to undergo
any major changes. That spells "one-point-oh" to me.
Modified Paths:
--------------
trunk/ChangeLog
trunk/cppdom/version.h
trunk/cppdom.spec
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-31 14:20:23 UTC (rev 630)
+++ trunk/ChangeLog 2009-03-02 15:06:42 UTC (rev 631)
@@ -1,5 +1,7 @@
DATE AUTHOR CHANGE
---------- ----------- -------------------------------------------------------
+[Version 1.0.0 released - 3.2.2009]============================================
+
2007-08-01 patrickh Updated for SConsAddons changes. On Windows, the
build formerly called "hybrid" is now the "debug"
build. The DLL is installed in lib\debug. The build
Modified: trunk/cppdom/version.h
===================================================================
--- trunk/cppdom/version.h 2007-08-31 14:20:23 UTC (rev 630)
+++ trunk/cppdom/version.h 2009-03-02 15:06:42 UTC (rev 631)
@@ -53,9 +53,9 @@
* <major><minor><patch>. Each part has exactly 3 digits.
*/
// The major/minor/patch version (up to 3 digits each).
-#define CPPDOM_VERSION_MAJOR 0
-#define CPPDOM_VERSION_MINOR 7
-#define CPPDOM_VERSION_PATCH 10
+#define CPPDOM_VERSION_MAJOR 1
+#define CPPDOM_VERSION_MINOR 0
+#define CPPDOM_VERSION_PATCH 0
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
Modified: trunk/cppdom.spec
===================================================================
--- trunk/cppdom.spec 2007-08-31 14:20:23 UTC (rev 630)
+++ trunk/cppdom.spec 2009-03-02 15:06:42 UTC (rev 631)
@@ -1,6 +1,6 @@
# Spec file for cppdom.
%define name cppdom
-%define version 0.7.10
+%define version 1.0.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.0.0-1
+- Updated to version 1.0.0.
+
* Wed Aug 01 2007 Patrick Hartling <pa...@in...> 0.7.10-1
- Updated to version 0.7.10.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|