From bcae2d2b9359caa2a70f1dad8f86acb7902b27bd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 22 Jun 2008 00:25:16 -0400 Subject: [PATCH] - Bumped version to 1.4.0 --- NEWS | 2 +- TUTORIAL | 10 +++++----- configure.ac | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index cd94eddf5..de3298f15 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Welcome to Task 1.3.1. +Welcome to Task 1.4.0. Task has been built and tested on the following configurations: diff --git a/TUTORIAL b/TUTORIAL index 5d34a7427..075b0a654 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -1,4 +1,4 @@ -Task program tutorial, for version 1.3.1 +Task program tutorial, for version 1.4.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.3.1.tar.gz - % gunzip task-1.3.1.tar.gz - % tar xf task-1.3.1.tar - % cd task-1.3.1 + task-1.4.0.tar.gz + % gunzip task-1.4.0.tar.gz + % tar xf task-1.4.0.tar + % cd task-1.4.0 % ./configure ... % make diff --git a/configure.ac b/configure.ac index 9cb2e33e5..1239b9938 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.3.1, bugs@beckingham.net) +AC_INIT(task, 1.4.0, bugs@beckingham.net) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/task.cpp]) AC_CONFIG_HEADER([auto.h])