From 4a993afb46cdf46ad26b17d8b39c2e8812c74a34 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 14:35:50 -0400 Subject: [PATCH] Task: Update versions of comments --- src/Task.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Task.cpp b/src/Task.cpp index ddd20aa68..564be806b 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1695,7 +1695,7 @@ void Task::validate (bool applyDefault /* = true */) else set ("uuid", uuid ()); - // TODO Obsolete remove for 2.6.0 + // TODO Obsolete remove for 3.0.0 // Recurring tasks get a special status. if (status == Task::pending && has ("due") && @@ -1706,7 +1706,7 @@ void Task::validate (bool applyDefault /* = true */) status = Task::recurring; } /* - // TODO Add for 2.6.0 + // TODO Add for 3.0.0 if (status == Task::pending && has ("due") && has ("recur") &&