From 7e48eb9ec2e328f7db2b20bcad70dee98ef51f86 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 16 Jul 2012 12:55:48 +0200 Subject: [PATCH] Bumped version number to 2.1.0.beta1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 913a55800..5f3893411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include (CheckFunctionExists) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.1.0") +set (PROJECT_VERSION "2.1.0.beta1") 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")