r8831: Automated commit for Debian build of reversi upstream-version-1.0.11
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 Apr 2004 12:35:43 +0000 (12:35 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 Apr 2004 12:35:43 +0000 (12:35 +0000)
base.lisp
debian/changelog

index 6d5ef4a5113c172827285c2a5eb30a8266f4e8d0..2987b1d212de35bd6b1e52db95adfa1c3a037b4a 100644 (file)
--- 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?)
    (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
                 :documentation "Final count, is NIL while game in play"
                 :accessor final-result)
    (max-minutes :type fixnum :initarg :max-minutes
index 7c93e1e4860a9ff585bd6a11aa22f47647ddd44a..9a8c979200871da0af163aa79bed4fd4c2c778b5 100644 (file)
@@ -1,3 +1,9 @@
+cl-reversi (1.0.11-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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.
 cl-reversi (1.0.10-1) unstable; urgency=low
 
   * Add details of loading Reversi to README file.