diff --git a/CMakeLists.txt b/CMakeLists.txt index e3eae1e5b..e96e0a64b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.5.1.beta1") +set (PROJECT_VERSION "2.5.1") OPTION (ENABLE_SYNC "Enable 'task sync' support" ON) diff --git a/ChangeLog b/ChangeLog index 7f30f9860..804bea1c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2.5.1 () - +2.5.1 (2016-02-24) - - TD-104 Unrecognized taskwarrior file format (thanks to Jeremy John Reeder, Reg). diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index 5c0612bce..4b35d8782 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -1,4 +1,4 @@ -.TH task-color 5 2015-10-21 "${PACKAGE_STRING}" "User Manuals" +.TH task-color 5 2016-02-24 "${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 342f450bf..454628cf4 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -1,4 +1,4 @@ -.TH task-sync 5 2015-10-21 "${PACKAGE_STRING}" "User Manuals" +.TH task-sync 5 2016-02-24 "${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 0ffc31795..684143e74 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1,4 +1,4 @@ -.TH task 1 2015-10-21 "${PACKAGE_STRING}" "User Manuals" +.TH task 1 2016-02-24 "${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 d9802cead..2de7799bf 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1,4 +1,4 @@ -.TH taskrc 5 2015-10-21 "${PACKAGE_STRING}" "User Manuals" +.TH taskrc 5 2016-02-24 "${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 4f31702a8..249c66b92 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 d12bcc82c..95152a966 100644 Binary files a/doc/ref/task-ref.pdf and b/doc/ref/task-ref.pdf differ