From: <ai...@us...> - 2013-12-22 06:28:13
|
Revision: 12906 http://sourceforge.net/p/plplot/code/12906 Author: airwin Date: 2013-12-22 06:28:09 +0000 (Sun, 22 Dec 2013) Log Message: ----------- The release of 5.9.11 should be tomorrow (Sunday). In anticipation of that release, bump the release date and PLplot version information. Also bump the soversions of the Fortran 95 and Tcl libraries (the only libraries contained in this release where there are known backwards incompatibilities in the API). 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 2013-12-22 02:44:37 UTC (rev 12905) +++ trunk/cmake/modules/plplot_version.cmake 2013-12-22 06:28:09 UTC (rev 12906) @@ -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-09-30") +set(RELEASE_DATE "2013-12-22") # Version data that need review and possible modification for each release. # Overall PLplot version number. -set(PLPLOT_VERSION 5.9.10) +set(PLPLOT_VERSION 5.9.11) # CPack version numbers for release tarball name. set(CPACK_PACKAGE_VERSION_MAJOR 5) set(CPACK_PACKAGE_VERSION_MINOR 9) -set(CPACK_PACKAGE_VERSION_PATCH 10) +set(CPACK_PACKAGE_VERSION_PATCH 11) # PLplot library version information. @@ -52,7 +52,7 @@ set(plplotdmd_SOVERSION 1) set(plplotdmd_VERSION ${plplotdmd_SOVERSION}.0.0) -set(plplotf95_SOVERSION 10) +set(plplotf95_SOVERSION 11) set(plplotf95_VERSION ${plplotf95_SOVERSION}.0.0) set(plplotgnome2_SOVERSION 0) @@ -61,7 +61,7 @@ set(tclmatrix_SOVERSION 9) set(tclmatrix_VERSION ${tclmatrix_SOVERSION}.2.0) -set(plplottcltk_SOVERSION 10) +set(plplottcltk_SOVERSION 11) set(plplottcltk_VERSION ${plplottcltk_SOVERSION}.0.0) set(plplottcltk_Main_SOVERSION 0) Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2013-12-22 02:44:37 UTC (rev 12905) +++ trunk/www/examples.php 2013-12-22 06:28:09 UTC (rev 12906) @@ -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.10.</p> + reflect the status of PLplot-5.9.11.</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. |