|
From: <hba...@us...> - 2009-05-10 19:20:12
|
Revision: 9951
http://plplot.svn.sourceforge.net/plplot/?rev=9951&view=rev
Author: hbabcock
Date: 2009-05-10 19:20:10 +0000 (Sun, 10 May 2009)
Log Message:
-----------
Updated for the 5.9.4 release.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2009-05-10 02:13:40 UTC (rev 9950)
+++ trunk/cmake/modules/plplot_version.cmake 2009-05-10 19:20:10 UTC (rev 9951)
@@ -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-05-03")
+set(RELEASE_DATE "2009-05-10")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.3)
+set(VERSION 5.9.4)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 3)
+set(CPACK_PACKAGE_VERSION_PATCH 4)
# PLplot library version information.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|