emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo da8901f 314/357: [gnugo] Release: 3.0.1


From: Stefan Monnier
Subject: [elpa] externals/gnugo da8901f 314/357: [gnugo] Release: 3.0.1
Date: Sun, 29 Nov 2020 14:51:47 -0500 (EST)

branch: externals/gnugo
commit da8901f02c2cbf140721cd9dd719801ff01b2e9c
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo] Release: 3.0.1
    
    * packages/gnugo/gnugo.el [Version]: Bump to "3.0.1".
    (gnugo-version): Bump to "3.0.1".
---
 HACKING  | 1 +
 NEWS     | 4 ++++
 gnugo.el | 4 ++--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/HACKING b/HACKING
index bc09409..5f8a876 100644
--- a/HACKING
+++ b/HACKING
@@ -53,6 +53,7 @@ This file is both a guide for newcomers and a todo list for 
oldstayers.
 * tested with (newest first)
   | Emacs     | GNU Go |
   |-----------+--------|
+  | 26.0.50.6 | 3.8    |
   | 24.3.50.3 | 3.8    |
   | ?         | 3.6    |
   | ?         | 3.4    |
diff --git a/NEWS b/NEWS
index b5195ca..a60510e 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.0.1 | 2017-01-15
+  - cleaner quoting in docstrings
+  - portabilty fixes (Emacs 25.1)
+
 - 3.0.0 | 2014-07-22
   - bugfixes
     - on write, use ‘\’ to escape certain chars
diff --git a/gnugo.el b/gnugo.el
index 10a83ef..a9e03aa 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -4,7 +4,7 @@
 
 ;; Author: Thien-Thi Nguyen <ttn@gnu.org>
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
-;; Version: 3.0.0
+;; Version: 3.0.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.0.0"
+(defconst gnugo-version "3.0.1"
   "Version of gnugo.el currently loaded.
 This follows a MAJOR.MINOR.PATCH scheme.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]