Changeset 8400


Ignore:
Timestamp:
Feb 3, 2008, 4:32:24 AM (17 years ago)
Author:
Gary Byers
Message:

Change image-abi-version. FASL version will change soon.

Location:
trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/image.h

    r8142 r8400  
    9090
    9191
    92 #define ABI_VERSION_MIN 1019
    93 #define ABI_VERSION_CURRENT 1019
    94 #define ABI_VERSION_MAX 1019
     92#define ABI_VERSION_MIN 1020
     93#define ABI_VERSION_CURRENT 1020
     94#define ABI_VERSION_MAX 1020
    9595
    9696#define NUM_IMAGE_SECTIONS 4    /* used to be 3 */
  • trunk/source/xdump/heap-image.lisp

    r8142 r8400  
    9797
    9898
    99 (defparameter *image-abi-version* 1019)
     99(defparameter *image-abi-version* 1020)
    100100
    101101(defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
Note: See TracChangeset for help on using the changeset viewer.