From 2e0b050be33f26c8a5077277f67a92a2881e21ab Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Fri, 26 Feb 2010 21:07:57 +0100 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a971992..1fdcfb8 100644 --- a/CMakeLists.txt +++ b/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")