From 7bbe870580505035c481924742fd8da6ebb041c6 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 Apr 2004 12:35:43 +0000 Subject: [PATCH] r8831: Automated commit for Debian build of reversi upstream-version-1.0.11 --- base.lisp | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/base.lisp b/base.lisp index 6d5ef4a..2987b1d 100644 --- a/base.lisp +++ b/base.lisp @@ -77,7 +77,7 @@ (record-game? :type boolean :initarg :record-game? :documentation "Whether to record moves and clcck of this game" :reader record-game?) - (final-result :type fixnum :initarg :final-result + (final-result :type (or null fixnum) :initarg :final-result :documentation "Final count, is NIL while game in play" :accessor final-result) (max-minutes :type fixnum :initarg :max-minutes diff --git a/debian/changelog b/debian/changelog index 7c93e1e..9a8c979 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-reversi (1.0.11-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Tue, 6 Apr 2004 06:35:33 -0600 + cl-reversi (1.0.10-1) unstable; urgency=low * Add details of loading Reversi to README file. -- 2.34.1