|
From: <hba...@us...> - 2008-12-15 00:08:58
|
Revision: 9105
http://plplot.svn.sourceforge.net/plplot/?rev=9105&view=rev
Author: hbabcock
Date: 2008-12-15 00:08:54 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Update the version number for the release. Update the minor number for a API change, the addition of the function plimager.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2008-12-14 20:37:02 UTC (rev 9104)
+++ trunk/cmake/modules/plplot_version.cmake 2008-12-15 00:08:54 UTC (rev 9105)
@@ -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 "2007-11-18")
+set(RELEASE_DATE "2008-12-14")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.0)
+set(VERSION 5.9.1)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 0)
+set(CPACK_PACKAGE_VERSION_PATCH 1)
# PLplot library version information.
@@ -34,7 +34,7 @@
set(csironn_VERSION ${csironn_SOVERSION}.0.1)
set(plplot_SOVERSION 9)
-set(plplot_VERSION ${plplot_SOVERSION}.5.0)
+set(plplot_VERSION ${plplot_SOVERSION}.6.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.
|