From 578b62ec094561ac63edd30b71ff198d86cd3dc1 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Wed, 18 Aug 2010 23:43:20 +0200 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index becc390..64df248 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-201006") +set(VERSION "WMFS-201008") # FLAGS set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -ansi")