|
From: <hba...@us...> - 2009-05-03 19:52:10
|
Revision: 9891
http://plplot.svn.sourceforge.net/plplot/?rev=9891&view=rev
Author: hbabcock
Date: 2009-05-03 19:51:57 +0000 (Sun, 03 May 2009)
Log Message:
-----------
Updated for the 5.9.3 release.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2009-05-03 11:18:22 UTC (rev 9890)
+++ trunk/cmake/modules/plplot_version.cmake 2009-05-03 19:51:57 UTC (rev 9891)
@@ -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 "2008-12-14")
+set(RELEASE_DATE "2009-05-03")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.2)
+set(VERSION 5.9.3)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 2)
+set(CPACK_PACKAGE_VERSION_PATCH 3)
# PLplot library version information.
@@ -40,7 +40,7 @@
set(qsastime_VERSION ${qsastime_SOVERSION}.0.1)
set(plplot_SOVERSION 9)
-set(plplot_VERSION ${plplot_SOVERSION}.6.1)
+set(plplot_VERSION ${plplot_SOVERSION}.6.2)
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.
|