mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Version number and release date for 2.1.1
This commit is contained in:
parent
c71146611c
commit
254d5c6fd7
8 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ include (CheckStructHasMember)
|
||||||
set (HAVE_CMAKE true)
|
set (HAVE_CMAKE true)
|
||||||
|
|
||||||
project (task)
|
project (task)
|
||||||
set (PROJECT_VERSION "2.1.0")
|
set (PROJECT_VERSION "2.1.1")
|
||||||
|
|
||||||
SET (TASK_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1")
|
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")
|
SET (TASK_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
2.1.1 ()
|
2.1.1 (2012-07-24)
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
+ Fixed bug that caused miplaced commas in JSON export (thanks to greenskeleton).
|
+ Fixed bug that caused miplaced commas in JSON export (thanks to greenskeleton).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-color 5 2012-07-23 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-color 5 2012-07-24 "${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 2012-07-23 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-faq 5 2012-07-24 "${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 2012-07-23 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-sync 5 2012-07-24 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-sync \- A tutorial for the task(1) data synchronization capabilities.
|
task-sync \- A tutorial for the task(1) data synchronization capabilities.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-tutorial 5 2012-07-23 "${PACKAGE_STRING}" "User Manuals"
|
.TH task-tutorial 5 2012-07-24 "${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 2012-07-23 "${PACKAGE_STRING}" "User Manuals"
|
.TH task 1 2012-07-24 "${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 2012-07-23 "${PACKAGE_STRING}" "User Manuals"
|
.TH taskrc 5 2012-07-24 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue