Skip to content

Commit

Permalink
Update version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed May 12, 2020
1 parent 44d582e commit 5c9007d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cpp/main.cpp
Expand Up @@ -165,11 +165,11 @@ int main(int argc, const char* argv[]) {


string Version::getKataGoVersion() {
return string("1.4.1");
return string("1.4.2");
}

string Version::getKataGoVersionForHelp() {
return string("KataGo v1.4.1");
return string("KataGo v1.4.2");
}

string Version::getKataGoVersionFullInfo() {
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/basic.txt.log
@@ -1,5 +1,5 @@
: GTP Engine starting...
: KataGo v1.4.1
: KataGo v1.4.2
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
: After dedups: nnModelFile0 = models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/basic.txt.stderr
@@ -1,4 +1,4 @@
KataGo v1.4.1
KataGo v1.4.2
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Loaded model models/g170-b6c96-s175395328-d26788732.bin.gz
Model name: g170-b6c96-s175395328-d26788732
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/handicap.txt.stderr
@@ -1,4 +1,4 @@
KataGo v1.4.1
KataGo v1.4.2
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Loaded model models/g170-b6c96-s175395328-d26788732.bin.gz
Model name: g170-b6c96-s175395328-d26788732
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/printsgf.txt.stderr
@@ -1,4 +1,4 @@
KataGo v1.4.1
KataGo v1.4.2
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Loaded model models/g170-b6c96-s175395328-d26788732.bin.gz
Model name: g170-b6c96-s175395328-d26788732
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rules.txt.log
@@ -1,5 +1,5 @@
: GTP Engine starting...
: KataGo v1.4.1
: KataGo v1.4.2
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
: After dedups: nnModelFile0 = models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rules.txt.stderr
@@ -1,4 +1,4 @@
KataGo v1.4.1
KataGo v1.4.2
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Loaded model models/g170-b6c96-s175395328-d26788732.bin.gz
Model name: g170-b6c96-s175395328-d26788732
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/time.txt.log
@@ -1,5 +1,5 @@
: GTP Engine starting...
: KataGo v1.4.1
: KataGo v1.4.2
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
: After dedups: nnModelFile0 = models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/time.txt.stderr
@@ -1,4 +1,4 @@
KataGo v1.4.1
KataGo v1.4.2
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Loaded model models/g170-b6c96-s175395328-d26788732.bin.gz
Model name: g170-b6c96-s175395328-d26788732
Expand Down

0 comments on commit 5c9007d

Please sign in to comment.