From 84f48fd0569c60312075620b422c94b47a050263 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 8 Jul 2009 08:55:41 -0400 Subject: [PATCH] Bug Fix - Updated the version number. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eaec4cfee..876e5cf78 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.beta1, support@taskwarrior.org) +AC_INIT(task, 1.8.0.beta2, support@taskwarrior.org) CFLAGS="${CFLAGS=}" CXXFLAGS="${CXXFLAGS=}"