Changeset 11884


Ignore:
Timestamp:
05/16/09 18:02:01 (14 years ago)
Author:
ehuelsmann
Message:

Update FASL version to 31 after the last
incompatible changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/Load.java

    r11856 r11884  
    353353    // internal symbol
    354354    private static final Symbol _FASL_VERSION_ =
    355         exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(30));
     355        exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(31));
    356356
    357357    // ### *fasl-anonymous-package*
     
    360360     * This variable gets bound to a package with no name in which the
    361361     * reader can intern its uninterned symbols.
    362      * 
     362     *
    363363     */
    364364    public static final Symbol _FASL_ANONYMOUS_PACKAGE_ =
Note: See TracChangeset for help on using the changeset viewer.