mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 2.2.0
This commit is contained in:
parent
98fbd28501
commit
7b298a1b3d
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@ include (CheckStructHasMember)
|
|||
set (HAVE_CMAKE true)
|
||||
|
||||
project (task)
|
||||
set (PROJECT_VERSION "2.1.0")
|
||||
set (PROJECT_VERSION "2.2.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.2.0 ()
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
2.1.0 (2012-07-23) a413331c9450b48065f94639e7ab0455eaa74293
|
||||
|
||||
Features
|
||||
|
@ -116,8 +120,6 @@ Bugs
|
|||
+ Fixed bug #1032, which prevented negative urgency coefficients from working
|
||||
for projects and tags.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
2.0.0 (2012-03-17) 03799eba9f230e48c4fa6d6ebddabe91bef7998f
|
||||
|
||||
# Untracked Features, biggest first.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue