Merge version (201005 will never exist, mouahahahaha!!)

This commit is contained in:
Martin Duquesnoy 2010-06-05 23:01:29 +02:00
parent faab6d946e
commit 32686569c4

View File

@ -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")