From 6817438746abd6be30566a17352af6fe354cadf4 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 23 Nov 2008 17:52:54 +0100 Subject: [PATCH] WMFS 0.1rc3: Empty Spaces --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b68ece3..7237141 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ set(wmfs_src add_executable(wmfs ${wmfs_src}) # Set the version - NOT USED AT THE MOMENT -set(VERSION "0.1rc2 (Brain Damage)") +set(VERSION "0.1rc3 (Empty Spaces)") # FLAGS set(CFLAGS "-g -Wall")