diff --git a/CMakeLists.txt b/CMakeLists.txt index be09ddeab..220d70042 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include (CheckFunctionExists) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.0.0.RC2") +set (PROJECT_VERSION "2.0.0") 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") diff --git a/ChangeLog b/ChangeLog index ec500a9d4..483cbe4f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ------ current release --------------------------- -2.0.0 () +2.0.0 (2012-03-17) # Untracked Features, biggest first. + autoconf eliminated.