From 42856c5e634e35c51b71014a3ef7a6442963858d Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 4 Oct 2009 17:14:46 +0200 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 612448b..f47316c 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-200909") +set(VERSION "WMFS-200910") # FLAGS set(CFLAGS "-g -Wall -ansi")