From 23e9fb2f75548ebae18ab265396886ae63c5633a Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Wed, 9 Sep 2009 14:10:43 +0200 Subject: [PATCH] Set new version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fac149..612448b 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-200908") +set(VERSION "WMFS-200909") # FLAGS set(CFLAGS "-g -Wall -ansi")