From 8521e6d1e7337a386bf6a751f7f80d97cad0ab28 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 22 Feb 2012 01:39:45 +0100 Subject: [PATCH] New try for 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")