Changeset 14689


Ignore:
Timestamp:
04/18/14 06:20:54 (9 years ago)
Author:
Mark Evenson
Message:

branches/1.3.1: now builds 1.3.1-rc-1.

Location:
branches/1.3.1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3.1/README

    r14633 r14689  
    5151which should result in output like the following
    5252
    53     Armed Bear Common Lisp 1.3.0
     53    Armed Bear Common Lisp 1.3.1
    5454    Java 1.7.0_51 Sun Microsystems Inc.
    5555    Java HotSpot(TM) Client VM
     
    189189### Tests
    190190
    191 ABCL 1.3.0 now fails only 1[2-4] out of 21708 total tests in the ANSI CL
     191ABCL 1.3.1 now fails only 1[2-4] out of 21708 total tests in the ANSI CL
    192192test suite (derived from the tests originally written for GCL).
    193193
     
    222222    Ville Voutilainen
    223223
    224 Feburary 2014
    225 
    226 
     224April 2014
     225
     226
  • branches/1.3.1/abcl.rdf

    r14648 r14689  
    2323  dc:created           "01-JAN-2004" ;
    2424  dc:modified          "27-JAN-2014" ;
    25   dc:version           "abcl-1.3.0" ;
    26   abcl:release         "dev" ;
     25  dc:version           "abcl-1.3.1" ;
    2726
    28   abcl:release-candidate "rc-0" .
     27  abcl:release-candidate "rc-1" .
    2928
    3029<>
  • branches/1.3.1/doc/manual/abcl.tex

    r14648 r14689  
    99\begin{document}
    1010\title{Armed Bear Common Lisp User Manual}
    11 \date{Version 1.3.0 \\
     11\date{Version 1.3.1 \\
    1212\smallskip
    13 March 15, 2014}
     13April 20, 2014}
    1414\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
    1515  Alessio Stalla \and Ville Voutilainen}
     
    14571457
    14581458In March 2014, we introduced the Fourth Edition of the implementation
    1459 with abcl-1.3.0.
     1459with abcl-1.3.0.  In April 2014, we released abcl-1.3.1 as a
     1460maintainence release.
    14601461
    14611462\appendix
  • branches/1.3.1/src/org/armedbear/lisp/Version.java

    r14646 r14689  
    4242  private Version() {}
    4343 
    44   static final String baseVersion = "1.3.0";
     44  static final String baseVersion = "1.3.1-rc-1";
    4545 
    4646  static void init() {
Note: See TracChangeset for help on using the changeset viewer.