From 07d1f63e31298448f02a2bc1b5cff8f1212d39fa Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 10 Jun 2008 22:59:43 -0400 Subject: [PATCH] - Bumped version to 1.2.0 --- ChangeLog | 2 +- NEWS | 2 +- TUTORIAL | 10 +++++----- configure.ac | 2 +- task.html | 14 +++++++------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index af24f29b7..d93e6da2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ where the x represents a major version number, or architecture. The y represents a feature release, and the z represents a patch. 1.2.0 (?) - - Command line specification of alternate .taskrc file + - ------ reality ----------------------------------- diff --git a/NEWS b/NEWS index d39eabe91..9efc04730 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Welcome to Task 1.1.0. +Welcome to Task 1.2.0. Task has been built and tested on the following configurations: diff --git a/TUTORIAL b/TUTORIAL index a7d8fa47e..5c517449e 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -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 diff --git a/configure.ac b/configure.ac index 2e53ef24d..e9b592b46 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.1.0, bugs@beckingham.net) +AC_INIT(task, 1.2.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 cd585d174..6cd6236ba 100644 --- a/task.html +++ b/task.html @@ -1,7 +1,7 @@ - Task 1.1.0 + Task 1.2.0