From fa67569093a60aace9571560bb23ed67b7ac7372 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 21 Sep 2011 23:27:45 +0200 Subject: [PATCH] Bumped version number to 2.0.0.beta3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5c2cdfb9..2668356fd 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.beta2") +set (PROJECT_VERSION "2.0.0.beta3") 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")