CMakeLists tweak to change "SVN" to "GIT" in title bar (bug 930)
authorLMH <lmh.0013@gmail.com>
Wed, 21 Mar 2012 00:53:50 +0000 (14:53 -1000)
committerLMH <lmh.0013@gmail.com>
Wed, 21 Mar 2012 00:53:50 +0000 (14:53 -1000)
CMakeLists.txt

index 9d8b81d..e85bad6 100644 (file)
@@ -38,7 +38,7 @@ PROJECT(SUPERTUX)
 
 ## Version, for display in title bar.
 ## Will add r<revision number> to the end if svnversion is available.
-SET(SUPERTUX_VERSION "0.3.3-SVN")
+SET(SUPERTUX_VERSION "0.3.3-GIT")
 
 ### CMake configuration