ttn pushed a commit to branch ttn-gnugo in repository elpa. commit fd94142d8deb18b4895819b38f69a5675164e650 Author: Thien-Thi Nguyen <t...@gnu.org> 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 <t...@gnu.org> + + [gnugo doc] Document version-number scheme. + + * gnugo.el (gnugo-version): Rewrite docstring. + 2014-01-30 Thien-Thi Nguyen <t...@gnu.org> [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