mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bumped version number to 2.0.0
This commit is contained in:
parent
5eff2f4176
commit
dbdba4c59e
3 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@ include (CheckFunctionExists)
|
||||||
set (HAVE_CMAKE true)
|
set (HAVE_CMAKE true)
|
||||||
|
|
||||||
project (task)
|
project (task)
|
||||||
set (PROJECT_VERSION "1.9.4")
|
set (PROJECT_VERSION "2.0.0")
|
||||||
|
|
||||||
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,10 @@
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
2.0.0 ()
|
||||||
|
|
||||||
|
------ old releases ------------------------------
|
||||||
|
|
||||||
1.9.4 (03/03/2011) b9bae255f4fa03970eced3ac0876935271d1d7a1
|
1.9.4 (03/03/2011) b9bae255f4fa03970eced3ac0876935271d1d7a1
|
||||||
+ Added burndown charts - 'burndown.daily', 'burndown.weekly',
|
+ Added burndown charts - 'burndown.daily', 'burndown.weekly',
|
||||||
'burndown.monthly', that use 'color.burndown.pending', 'color.burndown.started'
|
'burndown.monthly', that use 'color.burndown.pending', 'color.burndown.started'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT(task, 1.9.4, support@taskwarrior.org)
|
AC_INIT(task, 2.0.0, support@taskwarrior.org)
|
||||||
|
|
||||||
|
|
||||||
# Source type.
|
# Source type.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue