Began 1.7.0 work

This commit is contained in:
Paul Beckingham 2009-04-12 23:39:47 -04:00
parent 7431f0cdd3
commit 2f18c512e0
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -1,4 +1,4 @@
Welcome to Task 1.6.0. Welcome to Task 1.7.0.
Task has been built and tested on the following configurations: Task has been built and tested on the following configurations:

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT(task, 1.6.0, bugs@beckingham.net) AC_INIT(task, 1.7.0, bugs@beckingham.net)
CFLAGS="${CFLAGS=}" CFLAGS="${CFLAGS=}"
CXXFLAGS="${CXXFLAGS=}" CXXFLAGS="${CXXFLAGS=}"