diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fac149..612448b 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-200908") +set(VERSION "WMFS-200909") # FLAGS set(CFLAGS "-g -Wall -ansi")