Update version

This commit is contained in:
Martin Duquesnoy
2010-08-18 23:43:20 +02:00
parent 4f42436098
commit 578b62ec09

View File

@@ -52,7 +52,7 @@ set(wmfs_src
add_executable(wmfs ${wmfs_src}) add_executable(wmfs ${wmfs_src})
# Set the version # Set the version
set(VERSION "WMFS-201006") set(VERSION "WMFS-201008")
# FLAGS # FLAGS
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -ansi") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -ansi")