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