- Release candidate 1

- Fixed bug where stats were gibberish whne there were no tasks, ie a new user.
This commit is contained in:
Paul Beckingham
2008-05-29 10:33:56 -04:00
parent 0bf87ed311
commit 86a9f0f6d5
3 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(task, 0.9.9, bugs@beckingham.net)
AC_INIT(task, 1.0.0, bugs@beckingham.net)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/task.cpp])
AC_CONFIG_HEADER([auto.h])