From 32686569c49546a1326a6b37a2a2ca57460c1e48 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 5 Jun 2010 23:01:29 +0200 Subject: [PATCH] Merge version (201005 will never exist, mouahahahaha!!) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70cf3c9..6592a31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ project(${PROJECT_NAME} C) # Definition of the wmfs source set(wmfs_src - src/parse/parse.c + src/parse/parse.c src/barwin.c src/client.c src/config.c @@ -51,7 +51,7 @@ set(wmfs_src add_executable(wmfs ${wmfs_src}) # Set the version -set(VERSION "WMFS-201004") +set(VERSION "WMFS-201006") # FLAGS set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -ansi")