From 6e1b6c8de0f5e0c7b6870cc4f2a98ccf55c243be Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 26 Jan 2014 17:34:16 -0500 Subject: [PATCH] Version - Set version to 2.4.0.dev. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edf7bdcad..27fb94a85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.4.0") +set (PROJECT_VERSION "2.4.0.dev") if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") set (LINUX true)