Bumped version number to 2.0.0

This commit is contained in:
Federico Hernandez 2011-03-04 03:24:06 +01:00
parent 5eff2f4176
commit dbdba4c59e
3 changed files with 6 additions and 2 deletions

View file

@ -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")

View file

@ -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'

View file

@ -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.