Skip to content

Commit

Permalink
Scorpio 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dshawul committed Aug 16, 2019
1 parent 43dae28 commit 6f8378a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION=290
VERSION=30

mkdir -p tmp/bin
./build.sh gcc; cp -r bin/ tmp/bin; mv tmp/bin/bin tmp/bin/Linux
Expand Down
2 changes: 1 addition & 1 deletion src/scorpio.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "scorpio.h"

#define VERSION "2.9.0 MCTS+NN"
#define VERSION "3.0"

/*
all external variables declared here
Expand Down

0 comments on commit 6f8378a

Please sign in to comment.