|
From: <ai...@us...> - 2014-02-12 16:29:09
|
Revision: 12999
http://sourceforge.net/p/plplot/code/12999
Author: airwin
Date: 2014-02-12 16:29:06 +0000 (Wed, 12 Feb 2014)
Log Message:
-----------
Update release date and version information for the 5.9.10
release that is about to happen.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
trunk/www/examples.php
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2014-02-12 16:03:35 UTC (rev 12998)
+++ trunk/cmake/modules/plplot_version.cmake 2014-02-12 16:29:06 UTC (rev 12999)
@@ -1,16 +1,16 @@
# 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 "2013-12-22")
+set(RELEASE_DATE "2014-02-12")
# Version data that need review and possible modification for each release.
# Overall PLplot version number.
-set(PLPLOT_VERSION 5.9.11)
+set(PLPLOT_VERSION 5.10.0)
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
-set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 11)
+set(CPACK_PACKAGE_VERSION_MINOR 10)
+set(CPACK_PACKAGE_VERSION_PATCH 0)
# PLplot library version information.
@@ -44,7 +44,7 @@
set(qsastime_VERSION ${qsastime_SOVERSION}.0.1)
set(plplot_SOVERSION 12)
-set(plplot_VERSION ${plplot_SOVERSION}.0.0)
+set(plplot_VERSION ${plplot_SOVERSION}.0.1)
set(plplotcxx_SOVERSION 11)
set(plplotcxx_VERSION ${plplotcxx_SOVERSION}.0.0)
@@ -62,7 +62,7 @@
set(tclmatrix_VERSION ${tclmatrix_SOVERSION}.2.0)
set(plplottcltk_SOVERSION 11)
-set(plplottcltk_VERSION ${plplottcltk_SOVERSION}.0.0)
+set(plplottcltk_VERSION ${plplottcltk_SOVERSION}.1.0)
set(plplottcltk_Main_SOVERSION 0)
set(plplottcltk_Main_VERSION ${plplottcltk_Main_SOVERSION}.0.0)
Modified: trunk/www/examples.php
===================================================================
--- trunk/www/examples.php 2014-02-12 16:03:35 UTC (rev 12998)
+++ trunk/www/examples.php 2014-02-12 16:29:06 UTC (rev 12999)
@@ -230,7 +230,7 @@
echo <<<END
<h3>Examples</h3>
<p>These examples were generated with the pngcairo device and
- reflect the status of PLplot-5.9.11.</p>
+ reflect the status of PLplot-5.10.0.</p>
<p>Select a thumbnail to view full-size image and source code.</p>
<p>
END;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|