|
From: <hba...@us...> - 2010-10-03 13:05:45
|
Revision: 11241
http://plplot.svn.sourceforge.net/plplot/?rev=11241&view=rev
Author: hbabcock
Date: 2010-10-03 13:05:39 +0000 (Sun, 03 Oct 2010)
Log Message:
-----------
Update date and version number for 5.9.7 release. Increment SOVERSION for the core library to reflect backwards incompatible API changes that were made in previous versions.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2010-10-02 22:19:19 UTC (rev 11240)
+++ trunk/cmake/modules/plplot_version.cmake 2010-10-03 13:05:39 UTC (rev 11241)
@@ -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-06-05")
+set(RELEASE_DATE "2010-10-03")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.6)
+set(VERSION 5.9.7)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 6)
+set(CPACK_PACKAGE_VERSION_PATCH 7)
# PLplot library version information.
@@ -42,8 +42,8 @@
set(qsastime_SOVERSION 0)
set(qsastime_VERSION ${qsastime_SOVERSION}.0.1)
-set(plplot_SOVERSION 9)
-set(plplot_VERSION ${plplot_SOVERSION}.8.0)
+set(plplot_SOVERSION 10)
+set(plplot_VERSION ${plplot_SOVERSION}.0.0)
set(plplotcxx_SOVERSION 9)
set(plplotcxx_VERSION ${plplotcxx_SOVERSION}.3.0)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|