Changeset 13851


Ignore:
Timestamp:
02/04/12 15:53:21 (11 years ago)
Author:
ehuelsmann
Message:

Force FASL recompilation due to Closure.java ABI changes: increase FASL number.

File:
1 edited

Legend:

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

    r13700 r13851  
    347347    // internal symbol
    348348    static final Symbol _FASL_VERSION_ =
    349         exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(38));
     349        exportConstant("*FASL-VERSION*", PACKAGE_SYS, Fixnum.getInstance(39));
    350350
    351351    // ### *fasl-external-format*
Note: See TracChangeset for help on using the changeset viewer.