From 119996ff47146991d2ba901cc5d8fc91bbad70a2 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Sat, 2 Jan 2010 01:34:55 +0100 Subject: [PATCH] Tag 201001 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ddc626..21345e8 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-200912") +set(VERSION "WMFS-201001") # FLAGS set(CFLAGS "-g -Wall -lpthread -ansi")