Revision: 7950
http://playerstage.svn.sourceforge.net/playerstage/?rev=7950&view=rev
Author: rtv
Date: 2009-07-03 22:02:13 +0000 (Fri, 03 Jul 2009)
Log Message:
-----------
added version number
Modified Paths:
--------------
code/websim/CMakeLists.txt
Modified: code/websim/CMakeLists.txt
===================================================================
--- code/websim/CMakeLists.txt 2009-07-03 21:46:04 UTC (rev 7949)
+++ code/websim/CMakeLists.txt 2009-07-03 22:02:13 UTC (rev 7950)
@@ -1,5 +1,13 @@
project(WebSim)
+SET( V_MAJOR 1 )
+SET( V_MINOR 0 )
+SET( V_BUGFIX 0 )
+
+SET( WEBSIM_VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )
+SET( WEBSIM_APIVERSION ${V_MAJOR}.${V_MINOR} )
+
+
###############################################################################
# WEBSIM_MAKE_PKGCONFIG
# Make a pkg-config file for a library
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit