From 21e006319af452d291d7b22b88899e81f3a581e8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 21 Feb 2012 19:30:33 -0500 Subject: [PATCH] Beta5 - Set version back to beta5 for a quick patch. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9698b96..7a05b22e2 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.beta5") 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")