diff --git a/CMakeLists.txt b/CMakeLists.txt index 02ab41c26..5558f6bff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.5.0.beta3") +set (PROJECT_VERSION "2.5.0") OPTION (ENABLE_SYNC "Enable 'task sync' support" ON) diff --git a/ChangeLog b/ChangeLog index fbeba5e0f..adc7271ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2.5.0 () - +2.5.0 (2015-10-21) - - TW-20 Task edit loses annotation precision, causing journal updating code to incorrectly indicate annotions are deleted and recreated (thanks diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index 0df794bcd..56e9b933d 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -1,4 +1,4 @@ -.TH task-color 5 2015-09-16 "${PACKAGE_STRING}" "User Manuals" +.TH task-color 5 2015-10-21 "${PACKAGE_STRING}" "User Manuals" .SH NAME task-color \- A color tutorial for the Taskwarrior command line todo manager. diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index c4681a30c..650edbf3d 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -1,4 +1,4 @@ -.TH task-sync 5 2015-09-16 "${PACKAGE_STRING}" "User Manuals" +.TH task-sync 5 2015-10-21 "${PACKAGE_STRING}" "User Manuals" .SH NAME task-sync \- A discussion and tutorial for the various task(1) data diff --git a/doc/man/task.1.in b/doc/man/task.1.in index a98695720..09d4209b3 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1,4 +1,4 @@ -.TH task 1 2015-09-16 "${PACKAGE_STRING}" "User Manuals" +.TH task 1 2015-10-21 "${PACKAGE_STRING}" "User Manuals" .SH NAME task \- A command line todo manager. diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 6367edb55..a56ad7b31 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1,4 +1,4 @@ -.TH taskrc 5 2015-09-16 "${PACKAGE_STRING}" "User Manuals" +.TH taskrc 5 2015-10-21 "${PACKAGE_STRING}" "User Manuals" .SH NAME taskrc \- Configuration details for the task(1) command diff --git a/doc/ref/task-ref.pages b/doc/ref/task-ref.pages index 0d47307ec..4f31702a8 100644 Binary files a/doc/ref/task-ref.pages and b/doc/ref/task-ref.pages differ diff --git a/doc/ref/task-ref.pdf b/doc/ref/task-ref.pdf index 7096d41d9..d12bcc82c 100644 Binary files a/doc/ref/task-ref.pdf and b/doc/ref/task-ref.pdf differ