mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Version number and release date for 2.3.0
This commit is contained in:
parent
50dc972da1
commit
c4eb465070
9 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@ include (CheckStructHasMember)
|
||||||
set (HAVE_CMAKE true)
|
set (HAVE_CMAKE true)
|
||||||
|
|
||||||
project (task)
|
project (task)
|
||||||
set (PROJECT_VERSION "2.3.0.beta2")
|
set (PROJECT_VERSION "2.3.0")
|
||||||
|
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
set (LINUX true)
|
set (LINUX true)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
2.3.0 () -
|
2.3.0 (2014-01-15)
|
||||||
|
|
||||||
Features
|
Features
|
||||||
+ #328 Replaced the 'shell' command with a standalone 'tasksh' binary, which
|
+ #328 Replaced the 'shell' command with a standalone 'tasksh' binary, which
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-color 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-color 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-color \- A color tutorial for the taskwarrior command line todo manager.
|
task-color \- A color tutorial for the taskwarrior command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-faq 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-faq 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-faq \- A FAQ for the task(1) command line todo manager.
|
task-faq \- A FAQ for the task(1) command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-sync 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-sync 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-sync \- A discussion and tutorial for the various task(1) data
|
task-sync \- A discussion and tutorial for the various task(1) data
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-tutorial 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-tutorial 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task 1 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
.TH task 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task \- A command line todo manager.
|
task \- A command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH taskrc 5 2013-04-07 "${PACKAGE_STRING}" "User Manuals"
|
.TH taskrc 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH tasksh 1 2013-03-09 "${PACKAGE_STRING}" "User Manuals"
|
.TH tasksh 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tasksh \- Interactive taskwarrior shell
|
tasksh \- Interactive taskwarrior shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue