update to 2.0.1

This commit is contained in:
virusdefender 2018-03-23 18:43:48 +08:00
parent 66e6e32ebd
commit c2923381e3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import json
import subprocess
UNLIMITED = -1
VERSION = 0x020100
VERSION = 0x020101
RESULT_SUCCESS = 0
RESULT_WRONG_ANSWER = -1

View File

@ -5,7 +5,7 @@
#include <stdio.h>
// (ver >> 16) & 0xff, (ver >> 8) & 0xff, ver & 0xff -> real version
#define VERSION 0x020100
#define VERSION 0x020101
#define UNLIMITED -1