Skip to content

Commit

Permalink
Version bump for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bernds committed Jul 11, 2021
1 parent 6c82429 commit e117f4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ These are the major user-visible changes in 2.1:
directory of SGF files.
* Engine games now allow board sizes up to 52.

Version 2.1.1 is a minor update to also fix two engine play to accept
board sizes up to 52.
Version 2.1.1 and 2.1.2 are minor updates to also fix two engine play to accept
board sizes up to 52, and to fix a problem with SGF saving in locales that use
commas instead of decimal points.

See VERSION_HISTORY for a history of changes.

Expand Down
5 changes: 3 additions & 2 deletions VERSION_HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ These are the major user-visible changes in 2.1:
directory of SGF files.
* Engine games now allow board sizes up to 52.

Version 2.1.1 is a minor update to also fix two engine play to accept
board sizes up to 52.
Version 2.1.1 and 2.1.2 are minor updates to also fix two engine play to accept
board sizes up to 52, and to fix a problem with SGF saving in locales that use
commas instead of decimal points.

q5Go 2.0

Expand Down
5 changes: 2 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define PACKAGE1 "q5goClient"

/* Version number of package */
#define VERSION_1 "2.1.1"
#define VERSION_1 "2.1.2"

#ifdef GITHUB_CI_BUILD
#define VERSION VERSION_1 " (GitHub action CI build on " __DATE__ ")"
Expand All @@ -17,8 +17,7 @@
#define NEWVERSIONWARNING "<p>Welcome to version " VERSION " of q5go.</p>\n" \
CIBUILD \
"<p>This version is primarily a minor bugfix release.</p>" \
"<p>It also has small enhancements, like copy/paste position in edit mode, and a new button to add an entire directory to the batch analysis.</p>" \
"<p>For a full list of changes, please refer to the README.</p>" \
"<p>It fixes a problem with saving SGF files when the locale is set to one that uses commas instead of decimal points.</p>" \
"<p>This message will not be shown anymore on startup.</p>"

#if __cplusplus >= 201703L
Expand Down

0 comments on commit e117f4e

Please sign in to comment.