- Bumped version to 1.2.0

This commit is contained in:
Paul Beckingham
2008-06-10 22:59:43 -04:00
parent 73286e8662
commit 07d1f63e31
5 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
Task program tutorial, for version 1.1.0
Task program tutorial, for version 1.2.0
----------------------------------------
This guide shows how to quickly set up the task program, and become proficient
@@ -21,10 +21,10 @@ Build the task program according to the directions in the INSTALL file. This
transcript illustrates a typical installation:
% ls
task-1.1.0.tar.gz
% gunzip task-1.1.0.tar.gz
% tar xf task-1.1.0.tar
% cd task-1.1.0
task-1.2.0.tar.gz
% gunzip task-1.2.0.tar.gz
% tar xf task-1.2.0.tar
% cd task-1.2.0
% ./configure
...
% make