From 7f48bd016c3552970a75ba5a4b600e894faf3da6 Mon Sep 17 00:00:00 2001 From: Marc Lagrange Date: Sat, 27 Sep 2008 18:17:08 +0200 Subject: [PATCH] [CMake] Add CodeName Signed-off-by: Marc Lagrange --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88793bd..671b92d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(wmfs_src # Set the executable from the wmfs_src add_executable(wmfs ${wmfs_src}) # Set the version - NOT USED AT THE MOMENT -set(VERSION WMFS-0.1rc1) +set(VERSION "0.1rc1 (Sweaty pool)") # CFLAGS set(CFLAGS "-g -Wall") set(CMAKE_C_FLAGS ${CFLAGS})