diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ddc626..21345e8 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-200912") +set(VERSION "WMFS-201001") # FLAGS set(CFLAGS "-g -Wall -lpthread -ansi")