diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac2834e9..b6823ea4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.1.0") +set (PROJECT_VERSION "2.2.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 0574f0a99..cff6aa6d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ ------ current release --------------------------- +2.2.0 () + +------ old releases ------------------------------ + 2.1.0 (2012-07-23) a413331c9450b48065f94639e7ab0455eaa74293 Features @@ -116,8 +120,6 @@ Bugs + Fixed bug #1032, which prevented negative urgency coefficients from working for projects and tags. ------- old releases ------------------------------ - 2.0.0 (2012-03-17) 03799eba9f230e48c4fa6d6ebddabe91bef7998f # Untracked Features, biggest first.