diff --git a/bindings/Python/_judger/__init__.py b/bindings/Python/_judger/__init__.py index fd26d4e..e4bdc2a 100644 --- a/bindings/Python/_judger/__init__.py +++ b/bindings/Python/_judger/__init__.py @@ -2,7 +2,7 @@ import subprocess UNLIMITED = -1 -VERSION = 0x000101 +VERSION = 0x000102 RESULT_SUCCESS = 0 RESULT_WRONG_ANSWER = -1 diff --git a/src/runner.h b/src/runner.h index 9e0e724..7f1a7ba 100644 --- a/src/runner.h +++ b/src/runner.h @@ -5,7 +5,7 @@ #include // (ver >> 16) & 0xff, (ver >> 8) & 0xff, ver & 0xff -> real version -#define VERSION 0x000101 +#define VERSION 0x000102 #define UNLIMITED -1