Skip to content

Commit

Permalink
update to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsgsDesign committed Aug 19, 2019
1 parent f62bccf commit 91bf7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/Python/_judger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

UNLIMITED = -1
VERSION = 0x000101
VERSION = 0x000102

RESULT_SUCCESS = 0
RESULT_WRONG_ANSWER = -1
Expand Down
2 changes: 1 addition & 1 deletion src/runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdio.h>

// (ver >> 16) & 0xff, (ver >> 8) & 0xff, ver & 0xff -> real version
#define VERSION 0x000101
#define VERSION 0x000102

#define UNLIMITED -1

Expand Down

0 comments on commit 91bf7f2

Please sign in to comment.