From: Jean-Philippe Orsini Date: Fri, 13 Feb 2015 07:47:00 +0000 (+0100) Subject: allow 3.4.0 X-Git-Tag: v1.0.0~11 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=e8d7eda5e61b891d7efaff09d94c96f9e40abd28 allow 3.4.0 --- diff --git a/src/tw.c b/src/tw.c index db731e9..b9f3550 100644 --- a/src/tw.c +++ b/src/tw.c @@ -110,7 +110,8 @@ static int task_check_version() if (!strcmp(ver, "2.2.0") || !strcmp(ver, "2.0.0") - || !strcmp(ver, "2.3.0")) + || !strcmp(ver, "2.3.0") + || !strcmp(ver, "2.4.0")) return 1; else return 0;