mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Release
- bumped version number to 1.9.4
This commit is contained in:
parent
7745733001
commit
df1fc5a6da
8 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ include (CheckFunctionExists)
|
|||
set (HAVE_CMAKE true)
|
||||
|
||||
project (task)
|
||||
set (PROJECT_VERSION "1.9.4.beta1")
|
||||
set (PROJECT_VERSION "1.9.4")
|
||||
|
||||
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")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.9.4.beta1, support@taskwarrior.org)
|
||||
AC_INIT(task, 1.9.4, support@taskwarrior.org)
|
||||
|
||||
|
||||
# Source type.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2010-11-08 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-color 5 2011-03-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-color \- A color tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-faq 5 2010-11-08 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-faq 5 2011-03-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-faq \- A FAQ for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-sync 5 2010-11-08 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-sync 5 2011-03-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-sync \- A tutorial for the task(1) data synchronization capabilities.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-tutorial 5 2010-11-08 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-tutorial 5 2011-03-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2010-11-08 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task 1 2011-03-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2010-11-08 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH taskrc 5 2011-03-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue