accept version 2.3.0 (not yet tested)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 26 Sep 2014 20:39:22 +0000 (22:39 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 26 Sep 2014 20:39:22 +0000 (22:39 +0200)
src/tw.c

index 5ec2bc4..6719c02 100644 (file)
--- a/src/tw.c
+++ b/src/tw.c
@@ -108,7 +108,9 @@ static int task_check_version()
 
        log_debug("task version: %s", ver);
 
-       if (!strcmp(ver, "2.2.0") || !strcmp(ver, "2.0.0"))
+       if (!strcmp(ver, "2.2.0")
+           || !strcmp(ver, "2.0.0")
+           || !strcmp(ver, "2.3.0"))
                return 1;
        else
                return 0;