|
From: <hba...@us...> - 2010-06-05 15:26:12
|
Revision: 11057
http://plplot.svn.sourceforge.net/plplot/?rev=11057&view=rev
Author: hbabcock
Date: 2010-06-05 15:26:06 +0000 (Sat, 05 Jun 2010)
Log Message:
-----------
Update version for 5.9.6 release.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2010-06-05 03:53:38 UTC (rev 11056)
+++ trunk/cmake/modules/plplot_version.cmake 2010-06-05 15:26:06 UTC (rev 11057)
@@ -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 "2009-09-06")
+set(RELEASE_DATE "2010-06-05")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.5)
+set(VERSION 5.9.6)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 5)
+set(CPACK_PACKAGE_VERSION_PATCH 6)
# PLplot library version information.
@@ -43,7 +43,7 @@
set(qsastime_VERSION ${qsastime_SOVERSION}.0.1)
set(plplot_SOVERSION 9)
-set(plplot_VERSION ${plplot_SOVERSION}.7.0)
+set(plplot_VERSION ${plplot_SOVERSION}.8.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.
|