From 6f9356da646b1b330f338806f78617203d037681 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 26 Jul 2009 16:06:14 -0400 Subject: [PATCH] Updated version to 1.8.1 - Changed program version number. - Changed NEWS file to refer only to 1.8, not 1.8.1. This means we now only need to update the NEWS file on major releases, not patches. This is the right thing to do now that we have only "whats new" in the NEWS file. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d960ef295..e32d649cd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -New Features in task 1.8.0 +New Features in task 1.8 - Attribute modifiers, for precise queries - Improved calendar feature diff --git a/configure.ac b/configure.ac index 84a692e7a..d72275877 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.8.0, support@taskwarrior.org) +AC_INIT(task, 1.8.1, support@taskwarrior.org) CFLAGS="${CFLAGS=}" CXXFLAGS="${CXXFLAGS=}"