mlang pushed a commit to branch externals/chess
in repository elpa.

commit 1e7c274b88ed2deb5dc6bc5973aaab984d4a228a
Author: Mario Lang <ml...@delysid.org>
Date:   Sun May 25 22:19:11 2014 +0200

    After 10 years of preparation, release 2.0.0.
---
 chess.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chess.el b/chess.el
index 4b38526..b64bd20 100644
--- a/chess.el
+++ b/chess.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <jo...@gnu.org>
 ;; Maintainer: Mario Lang <ml...@delysid.org>
-;; Version: 0
+;; Version: 2.0.0
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; Keywords: games
 ;; Compatibility: Emacs24
@@ -88,7 +88,7 @@
   "An Emacs chess playing program."
   :group 'games)
 
-(defconst chess-version "2.0b6"
+(defconst chess-version "2.0.0"
   "The version of the Emacs chess program.")
 
 (defcustom chess-default-display

Reply via email to