Browse Source

Update version

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

+ 1 - 1
CMakeLists.txt

@@ -52,7 +52,7 @@ set(wmfs_src
 add_executable(wmfs ${wmfs_src})
 
 # Set the version
-set(VERSION "WMFS-201001")
+set(VERSION "WMFS-201002")
 
 # FLAGS
 set(CFLAGS "-g -Wall -ansi")