From efa1914be573a6566781dbfd8f5b4a6cd568b7cf Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 22 Feb 2012 01:09:49 +0100 Subject: [PATCH] Bumped version number to RC1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a05b22e2..8a9698b96 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.beta5") +set (PROJECT_VERSION "2.0.0.RC1") 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")