From 88f047c2661e67932a8357d1d3805b4867b3e9e8 Mon Sep 17 00:00:00 2001 From: LMH Date: Tue, 20 Mar 2012 14:53:50 -1000 Subject: [PATCH] CMakeLists tweak to change "SVN" to "GIT" in title bar (bug 930) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0