Changeset 14716
- Timestamp:
- 08/05/14 17:49:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/asdf.lisp
r14714 r14716 1 1 ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- 2 ;;; This is ASDF 3.1. 2.9: Another System Definition Facility.2 ;;; This is ASDF 3.1.3: Another System Definition Facility. 3 3 ;;; 4 4 ;;; Feedback, bug reports, and patches are all welcome: … … 6659 6659 ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 6660 6660 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 6661 (asdf-version "3.1. 2.9")6661 (asdf-version "3.1.3") 6662 6662 (existing-version (asdf-version))) 6663 6663 (setf *asdf-version* asdf-version)
Note: See TracChangeset
for help on using the changeset viewer.