[armedbear-cvs] r11662 - in branches/0.13.x/abcl: doc src/org/armedbear/lisp

Mark Evenson mevenson at common-lisp.net
Wed Feb 18 12:10:41 UTC 2009


Author: mevenson
Date: Wed Feb 18 12:10:40 2009
New Revision: 11662

Log:
Mark version as abcl-0.12.42.

Update SLIME documentation.


Modified:
   branches/0.13.x/abcl/doc/ABCL-SLIME
   branches/0.13.x/abcl/src/org/armedbear/lisp/Version.java

Modified: branches/0.13.x/abcl/doc/ABCL-SLIME
==============================================================================
--- branches/0.13.x/abcl/doc/ABCL-SLIME	(original)
+++ branches/0.13.x/abcl/doc/ABCL-SLIME	Wed Feb 18 12:10:40 2009
@@ -1,4 +1,4 @@
-ABCL 0.13 runs against SLIME CVS HEAD of 2009-02-14 with the following
+ABCL 0.13 runs against SLIME CVS HEAD of 2009-02-17 with the following
 errata.
 
 [001] *standard-output* is not correctly bound to the appropiate
@@ -10,6 +10,8 @@
                   establishing the correct bindings for the
                   CONNECTION.
 
+		  You should see a CL-USER> prompt appear in the
+		  *inferior-lisp* buffer.
 
 #|
 ;; Swank started at port: 63344.

Modified: branches/0.13.x/abcl/src/org/armedbear/lisp/Version.java
==============================================================================
--- branches/0.13.x/abcl/src/org/armedbear/lisp/Version.java	(original)
+++ branches/0.13.x/abcl/src/org/armedbear/lisp/Version.java	Wed Feb 18 12:10:40 2009
@@ -41,6 +41,6 @@
 
   public static String getVersion()
   {
-    return "0.13.0-dev";
+    return "0.12.42";
   }
 }




More information about the armedbear-cvs mailing list