|
From: <ai...@us...> - 2013-11-05 08:11:19
|
Revision: 12650
http://sourceforge.net/p/plplot/code/12650
Author: airwin
Date: 2013-11-05 08:11:15 +0000 (Tue, 05 Nov 2013)
Log Message:
-----------
Use a more sensible PLPLOT_TCL_VERSION value to quiet a warning message.
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2013-11-05 06:12:52 UTC (rev 12649)
+++ trunk/cmake/modules/plplot_version.cmake 2013-11-05 08:11:15 UTC (rev 12650)
@@ -6,6 +6,14 @@
set(VERSION 5.9.10)
+# According to man package, PLPLOT_TCL_VERSION (used in the various
+# pkgIndex.tcl scripts) should be strictly numbers alternating with
+# decimal points with the first number (the major number) signifying
+# incompatible changes in the scripts. To keep our life simple, let us
+# use the same as the VERSION above so long as it is strictly numerical.
+
+set(PLPLOT_TCL_VERSION ${VERSION})
+
# CPack version numbers for release tarball name.
set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 9)
@@ -71,11 +79,3 @@
set(plplotada_SOVERSION 1)
set(plplotada_VERSION ${plplotada_SOVERSION}.0.0)
-
-# According to man package, PLPLOT_TCL_VERSION (used in the various
-# pkgIndex.tcl scripts) should be strictly numbers alternativing with
-# decimal points with the first number (the major number) signifying
-# incompatible changes in the scripts. To keep our life simple, let us
-# use the major number from the package version for now.
-
-set(PLPLOT_TCL_VERSION 5)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|