Bumped version number to 2.0.0
This commit is contained in:
@@ -4,7 +4,7 @@ include (CheckFunctionExists)
|
||||
set (HAVE_CMAKE true)
|
||||
|
||||
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_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
2.0.0 ()
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.9.4 (03/03/2011) b9bae255f4fa03970eced3ac0876935271d1d7a1
|
||||
+ Added burndown charts - 'burndown.daily', 'burndown.weekly',
|
||||
'burndown.monthly', that use 'color.burndown.pending', 'color.burndown.started'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.9.4, support@taskwarrior.org)
|
||||
AC_INIT(task, 2.0.0, support@taskwarrior.org)
|
||||
|
||||
|
||||
# Source type.
|
||||
|
||||
Reference in New Issue
Block a user