|
From: <hba...@us...> - 2009-09-06 19:00:25
|
Revision: 10373
http://plplot.svn.sourceforge.net/plplot/?rev=10373&view=rev
Author: hbabcock
Date: 2009-09-06 19:00:18 +0000 (Sun, 06 Sep 2009)
Log Message:
-----------
Actually change the version number this time...
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2009-09-06 18:49:38 UTC (rev 10372)
+++ trunk/cmake/modules/plplot_version.cmake 2009-09-06 19:00:18 UTC (rev 10373)
@@ -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-10")
+set(RELEASE_DATE "2009-09-06")
# Version data that need review and possible modification for each release.
-set(VERSION 5.9.4)
+set(VERSION 5.9.5)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 4)
+set(CPACK_PACKAGE_VERSION_PATCH 5)
# PLplot library version information.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|