From: LMH Date: Wed, 21 Mar 2012 00:53:50 +0000 (-1000) Subject: CMakeLists tweak to change "SVN" to "GIT" in title bar (bug 930) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=88f047c2661e67932a8357d1d3805b4867b3e9e8;p=supertux.git CMakeLists tweak to change "SVN" to "GIT" in title bar (bug 930) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d8b81dd7..e85bad6dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ PROJECT(SUPERTUX) ## Version, for display in title bar. ## Will add r to the end if svnversion is available. -SET(SUPERTUX_VERSION "0.3.3-SVN") +SET(SUPERTUX_VERSION "0.3.3-GIT") ### CMake configuration