ttn pushed a commit to branch ttn-gnugo
in repository elpa.
commit e9dc42d0e787be1925e28f6ab726e8c12be8d467
Author: Thien-Thi Nguyen <[email protected]>
Date: Fri Jan 31 10:40:18 2014 +0100
[gnugo doc] Document version-number scheme.
* packages/gnugo/gnugo.el (gnugo-version): Rewrite docstring.
---
packages/gnugo/ChangeLog | 6 ++++++
packages/gnugo/gnugo.el | 5 +----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index 4c9b53b..52fe9a7 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-31 Thien-Thi Nguyen <[email protected]>
+
+ [gnugo doc] Document version-number scheme.
+
+ * gnugo.el (gnugo-version): Rewrite docstring.
+
2014-01-30 Thien-Thi Nguyen <[email protected]>
[gnugo] Don't use ‘process-kill-buffer-query-function’.
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index a8e8dc3..a3a8351 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -82,10 +82,7 @@
(defconst gnugo-version "2.2.14"
"Version of gnugo.el currently loaded.
-Note that more than two dots in the value indicates \"pre-release\",
-or \"alpha\" or \"hackers-invited-all-else-beware\"; use at your own risk!
-The more dots the more courage/foolishness you must find to continue.
-See source code for a history of what means what version-wise.")
+This follows a MAJOR.MINOR.PATCH scheme.")
;;;---------------------------------------------------------------------------
;;; Variables for the uninquisitive programmer