branch: master commit 10d9a8e58d46cd104a1be1716ffb4acf93bc68c1 Author: Thien-Thi Nguyen <t...@gnu.org> Commit: Thien-Thi Nguyen <t...@gnu.org>
[gnugo] Release: 3.1.1 * packages/gnugo/gnugo.el [Version]: Bump to "3.1.1". (gnugo-version): Bump to "3.1.1". --- packages/gnugo/gnugo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el index 6b49a0c..5dbc06a 100644 --- a/packages/gnugo/gnugo.el +++ b/packages/gnugo/gnugo.el @@ -4,7 +4,7 @@ ;; Author: Thien-Thi Nguyen <t...@gnu.org> ;; Maintainer: Thien-Thi Nguyen <t...@gnu.org> -;; Version: 3.1.0 +;; Version: 3.1.1 ;; Package-Requires: ((ascii-art-to-unicode "1.5") (xpm "1.0.1") (cl-lib "0.5")) ;; Keywords: games, processes ;; URL: http://www.gnuvola.org/software/gnugo/ @@ -92,7 +92,7 @@ ;;;--------------------------------------------------------------------------- ;;; Political arts -(defconst gnugo-version "3.1.0" +(defconst gnugo-version "3.1.1" "Version of gnugo.el currently loaded. This follows a MAJOR.MINOR.PATCH scheme.")