projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c664353
)
CMakeLists tweak to change "SVN" to "GIT" in title bar (bug 930)
author
LMH
<lmh.0013@gmail.com>
Wed, 21 Mar 2012 00:53:50 +0000
(14:53 -1000)
committer
LMH
<lmh.0013@gmail.com>
Wed, 21 Mar 2012 00:53:50 +0000
(14:53 -1000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
9d8b81d
..
e85bad6
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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