diff --git a/CMakeLists.txt b/CMakeLists.txt index f47316c..68177e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ set(wmfs_src add_executable(wmfs ${wmfs_src}) # Set the version -set(VERSION "WMFS-200910") +set(VERSION "WMFS-200911") # FLAGS set(CFLAGS "-g -Wall -ansi")