Skip to content

Commit

Permalink
Version number and release date for 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recollir committed Jan 1, 2015
1 parent c9e09aa commit 6701028
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include (CheckStructHasMember)
set (HAVE_CMAKE true)

project (task)
set (PROJECT_VERSION "2.4.0.beta3")
set (PROJECT_VERSION "2.4.0")

if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set (LINUX true)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.4.0 () -
2.4.0 (2015-01-01) -

- TD-42 Cannot compile taskd - GNUTLS_VERSION undefined in diag.cpp (thanks
to Michele Vetturi).
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ Taskwarrior has been built and tested on the following configurations:
While Taskwarrior has undergone testing, bugs are sure to remain. If you
encounter a bug, please enter a new issue at:

http://taskwarrior.org/projects/taskwarrior/issues/new
https://bug.tasktools.org

Or you can also report the issue in the forums at:

http://taskwarrior.org/projects/taskwarrior/boards
https://answers.tasktools.org

Or just send a message to:

Expand Down
2 changes: 1 addition & 1 deletion doc/man/task-color.5.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH task-color 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.TH task-color 5 2015-01-01 "${PACKAGE_STRING}" "User Manuals"

.SH NAME
task-color \- A color tutorial for the taskwarrior command line todo manager.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/task-sync.5.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH task-sync 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.TH task-sync 5 2015-01-01 "${PACKAGE_STRING}" "User Manuals"

.SH NAME
task-sync \- A discussion and tutorial for the various task(1) data
Expand Down
2 changes: 1 addition & 1 deletion doc/man/task.1.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH task 1 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.TH task 1 2015-01-01 "${PACKAGE_STRING}" "User Manuals"

.SH NAME
task \- A command line todo manager.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/taskrc.5.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH taskrc 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.TH taskrc 5 2015-01-01 "${PACKAGE_STRING}" "User Manuals"

.SH NAME
taskrc \- Configuration details for the task(1) command
Expand Down

0 comments on commit 6701028

Please sign in to comment.