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})