Skip to content

Commit

Permalink
Version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bernds committed Apr 4, 2019
1 parent d13811b commit 215148e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## q5Go 0.8
## q5Go 0.8.1

This is a tool for Go players which performs the following functions:
- SGF editor
Expand All @@ -19,7 +19,8 @@ and modernized.

![screenshot](screens/screenshot.png)

These are the major user-visible changes in 0.8:
Version 0.8.1 is just a compatibility fix for the Leela Zero "next" branch
that will become 0.17. These are the major user-visible changes in 0.8:
* Analyzing games with multiple engines now produces sensible results.
q5go remembers winrates for each engine name and komi combination and
displays multiple winrate graphs.
Expand Down
3 changes: 3 additions & 0 deletions VERSION_HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
q5Go 0.8.1
* Adjusted analysis mode to work with the upcoming Leela Zero 0.17.

q5Go 0.8

These are the major user-visible changes in 0.8:
Expand Down
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#define PACKAGE1 "q5goClient"

/* Version number of package */
#define VERSION "0.8"
#define VERSION "0.8.1"

#define NEWVERSIONWARNING "<p>Welcome to version 0.8 of q5go.</p>\n" \
#define NEWVERSIONWARNING "<p>Welcome to version " VERSION " of q5go.</p>\n" \
"<p>This version adds two major features: multi-engine analysis and slide export, as well as many small enhancements.</p>" \
"<p>For a full list of changes, please refer to the README.</p>" \
"<p>This message will not be shown anymore on startup.</p>"
Expand Down

0 comments on commit 215148e

Please sign in to comment.