branch: externals/gnugo commit 1fd2e8df042f8e51a87173ce36220ee9a8c4241c Author: Thien-Thi Nguyen <t...@gnuvola.org> Commit: Thien-Thi Nguyen <t...@gnuvola.org>
Release: 3.1.2 * gnugo.el [Version]: Bump to "3.1.2". (gnugo-version): Bump to "3.1.2". --- NEWS | 4 ++++ gnugo.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3853107..4e6cc55 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ NB: "RCS: X..Y " means that the particular release includes changes in the RCS repo, revision 1.X through 1.Y (inclusive). +- 3.1.2 | 2021-12-19 + - improved scoring seed randomization (patch by Paul Eggert) + - new var: ‘gnugo-imgen-char-height-fudge-factor’ + - 3.1.1 | 2020-10-24 - bugfix: use ‘cursor-intangible-mode’ properly - new func: gnugo-imgen-fit-window-height/no-grid-bottom diff --git a/gnugo.el b/gnugo.el index 627095a..bd3b152 100644 --- a/gnugo.el +++ b/gnugo.el @@ -4,7 +4,7 @@ ;; Author: Thien-Thi Nguyen <t...@gnu.org> ;; Maintainer: Thien-Thi Nguyen <t...@gnu.org> -;; Version: 3.1.1 +;; Version: 3.1.2 ;; Package-Requires: ((ascii-art-to-unicode "1.5") (xpm "1.0.1") (cl-lib "0.5")) ;; Keywords: games, processes ;; URL: https://www.gnuvola.org/software/gnugo/ @@ -92,7 +92,7 @@ ;;;--------------------------------------------------------------------------- ;;; Political arts -(defconst gnugo-version "3.1.1" +(defconst gnugo-version "3.1.2" "Version of gnugo.el currently loaded. This follows a MAJOR.MINOR.PATCH scheme.")