|
From: <hba...@us...> - 2011-08-01 12:54:19
|
Revision: 11830
http://plplot.svn.sourceforge.net/plplot/?rev=11830&view=rev
Author: hbabcock
Date: 2011-08-01 12:54:13 +0000 (Mon, 01 Aug 2011)
Log Message:
-----------
Update date and version number for the 5.9.8 release. Increment SOVERSION for the libplplotd and libplplotcxxd libraries to reflect backwards incompatible API changes made in this version.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2011-07-31 08:58:36 UTC (rev 11829)
+++ trunk/cmake/modules/plplot_version.cmake 2011-08-01 12:54:13 UTC (rev 11830)
@@ -1,15 +1,15 @@
# For now, must set this by hand before each release. This value affects
# at least the documentation build and perhaps other parts of the release.
-set(RELEASE_DATE "2010-10-03")
+set(RELEASE_DATE "2011-08-01")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.7)
+set(VERSION 5.9.8)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 7)
+set(CPACK_PACKAGE_VERSION_PATCH 8)
# PLplot library version information.
@@ -42,11 +42,11 @@
set(qsastime_SOVERSION 0)
set(qsastime_VERSION ${qsastime_SOVERSION}.0.1)
-set(plplot_SOVERSION 10)
+set(plplot_SOVERSION 11)
set(plplot_VERSION ${plplot_SOVERSION}.0.0)
-set(plplotcxx_SOVERSION 9)
-set(plplotcxx_VERSION ${plplotcxx_SOVERSION}.3.0)
+set(plplotcxx_SOVERSION 10)
+set(plplotcxx_VERSION ${plplotcxx_SOVERSION}.0.0)
set(plplotdmd_SOVERSION 0)
set(plplotdmd_VERSION ${plplotdmd_SOVERSION}.0.0)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|