diff --git a/Makefile b/Makefile index 3de5afc..5092bad 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE = 241117b +RELEASE = 241117c VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4) EXE = dist/LizGoban\ $(VERSION).exe diff --git a/build_with/release.md b/build_with/release.md index 69c1506..fb5dd8d 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -34,7 +34,7 @@ Further updates: * Deprecate the display of preferred moves by "AIs for handicap games". * Deprecate homemade "aggressiveness" features and rely on the native KataGo features. -Incompatibilities from 0.7.*: +Incompatibilities with 0.7.*: * Change the autosave format. * Upgrade libraries (Electron 32, etc.). So you may need to do "npm install" again if you use LizGoban from the command line.