diff --git a/DEVELOPER b/DEVELOPER index 763e2f8cf..fa7d7d87e 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -125,6 +125,7 @@ Unit Tests Needed code and run the test suite: git clone git://tasktools.org:task.git cd task.git + git checkout 2.3.0 cmake . make make test @@ -187,7 +188,10 @@ Current Codebase Condition '2.3.0' branch: - Current development branch with sync features, and new tasksh. + '2.4.0' branch: + - Command line parser rewrite. + --- 2012-05-12 Added general statement about how to contribute. -2013-03-31 Updated branch info. +2013-09-09 Updated branch info. diff --git a/EXPOSITION b/EXPOSITION index c1f2d790f..909f61337 100644 --- a/EXPOSITION +++ b/EXPOSITION @@ -156,7 +156,7 @@ Test Suite many platforms. Code changes are automatically detected, propagated, built and tested on a variety of participating platforms. Grid testing results are here: - http://tasktools.org/tinderbox/taskwarrior.html + http://tasktools.org/tinderbox/taskwarrior-2.3.0.html When making code changes, it is important that the test suite be run to verify that functionality was not broken.