From 1582fb1f88f512440a87cb68aabdbcf9fcfaeeec Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Mar 2012 17:05:22 -0500 Subject: [PATCH] Version bumped. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9698b96..843928415 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include (CheckFunctionExists) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.0.0.RC1") +set (PROJECT_VERSION "2.0.0.RC2") SET (TASK_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1") SET (TASK_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")