Changeset 11662
- Timestamp:
- 02/18/09 12:10:40 (14 years ago)
- Location:
- branches/0.13.x/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.13.x/abcl/doc/ABCL-SLIME
r11661 r11662 1 ABCL 0.13 runs against SLIME CVS HEAD of 2009-02-1 4with the following1 ABCL 0.13 runs against SLIME CVS HEAD of 2009-02-17 with the following 2 2 errata. 3 3 … … 11 11 CONNECTION. 12 12 13 You should see a CL-USER> prompt appear in the 14 *inferior-lisp* buffer. 13 15 14 16 #| -
branches/0.13.x/abcl/src/org/armedbear/lisp/Version.java
r11615 r11662 42 42 public static String getVersion() 43 43 { 44 return "0.1 3.0-dev";44 return "0.12.42"; 45 45 } 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.