Changeset 14689
- Timestamp:
- 04/18/14 06:20:54 (9 years ago)
- Location:
- branches/1.3.1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3.1/README
r14633 r14689 51 51 which should result in output like the following 52 52 53 Armed Bear Common Lisp 1.3. 053 Armed Bear Common Lisp 1.3.1 54 54 Java 1.7.0_51 Sun Microsystems Inc. 55 55 Java HotSpot(TM) Client VM … … 189 189 ### Tests 190 190 191 ABCL 1.3. 0now fails only 1[2-4] out of 21708 total tests in the ANSI CL191 ABCL 1.3.1 now fails only 1[2-4] out of 21708 total tests in the ANSI CL 192 192 test suite (derived from the tests originally written for GCL). 193 193 … … 222 222 Ville Voutilainen 223 223 224 Feburary2014225 226 224 April 2014 225 226 -
branches/1.3.1/abcl.rdf
r14648 r14689 23 23 dc:created "01-JAN-2004" ; 24 24 dc:modified "27-JAN-2014" ; 25 dc:version "abcl-1.3.0" ; 26 abcl:release "dev" ; 25 dc:version "abcl-1.3.1" ; 27 26 28 abcl:release-candidate "rc- 0" .27 abcl:release-candidate "rc-1" . 29 28 30 29 <> -
branches/1.3.1/doc/manual/abcl.tex
r14648 r14689 9 9 \begin{document} 10 10 \title{Armed Bear Common Lisp User Manual} 11 \date{Version 1.3. 0\\11 \date{Version 1.3.1 \\ 12 12 \smallskip 13 March 15, 2014}13 April 20, 2014} 14 14 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 15 15 Alessio Stalla \and Ville Voutilainen} … … 1457 1457 1458 1458 In March 2014, we introduced the Fourth Edition of the implementation 1459 with abcl-1.3.0. 1459 with abcl-1.3.0. In April 2014, we released abcl-1.3.1 as a 1460 maintainence release. 1460 1461 1461 1462 \appendix -
branches/1.3.1/src/org/armedbear/lisp/Version.java
r14646 r14689 42 42 private Version() {} 43 43 44 static final String baseVersion = "1.3. 0";44 static final String baseVersion = "1.3.1-rc-1"; 45 45 46 46 static void init() {
Note: See TracChangeset
for help on using the changeset viewer.