From c54cb4d6c81461b468c4be5d6a8e3313c1317f08 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 14 Jun 2008 13:55:35 -0400 Subject: [PATCH] - Bumped version to 1.3.0 --- TUTORIAL | 10 +++++----- configure.ac | 2 +- task.html | 21 +++++++++++++++------ 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/TUTORIAL b/TUTORIAL index faab5808d..c462d9530 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -1,4 +1,4 @@ -Task program tutorial, for version 1.2.0 +Task program tutorial, for version 1.3.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.2.0.tar.gz - % gunzip task-1.2.0.tar.gz - % tar xf task-1.2.0.tar - % cd task-1.2.0 + task-1.3.0.tar.gz + % gunzip task-1.3.0.tar.gz + % tar xf task-1.3.0.tar + % cd task-1.3.0 % ./configure ... % make diff --git a/configure.ac b/configure.ac index e9b592b46..ba8fa6674 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(task, 1.2.0, bugs@beckingham.net) +AC_INIT(task, 1.3.0, bugs@beckingham.net) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/task.cpp]) AC_CONFIG_HEADER([auto.h]) diff --git a/task.html b/task.html index 191868086..e64d1a610 100644 --- a/task.html +++ b/task.html @@ -1,7 +1,7 @@ - Task 1.2.0 + Task 1.3.0