|
From: <ai...@us...> - 2009-05-05 00:51:43
|
Revision: 9901
http://plplot.svn.sourceforge.net/plplot/?rev=9901&view=rev
Author: airwin
Date: 2009-05-05 00:51:42 +0000 (Tue, 05 May 2009)
Log Message:
-----------
Fix typo in nistcd_VERSION. (Thanks to Orion Poplawski for spotting this
issue.)
Modified Paths:
--------------
trunk/cmake/modules/plplot_version.cmake
Modified: trunk/cmake/modules/plplot_version.cmake
===================================================================
--- trunk/cmake/modules/plplot_version.cmake 2009-05-05 00:35:06 UTC (rev 9900)
+++ trunk/cmake/modules/plplot_version.cmake 2009-05-05 00:51:42 UTC (rev 9901)
@@ -28,7 +28,7 @@
# library version numbers the same for the release.
set(nistcd_SOVERSION 0)
-set(nistcd_VERSION ${nist_SOVERSION}.0.1)
+set(nistcd_VERSION ${nistcd_SOVERSION}.0.1)
set(csirocsa_SOVERSION 0)
set(csirocsa_VERSION ${csirocsa_SOVERSION}.0.1)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|