Browse Source

Set new version...

Martin Duquesnoy 14 years ago
parent
commit
3bb9ed108c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

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