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.
This commit is contained in:
2
NEWS
2
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
|
||||
|
||||
@@ -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=}"
|
||||
|
||||
Reference in New Issue
Block a user