Changeset 15516
- Timestamp:
- 08/24/21 13:55:45 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/asdf.lisp
r15515 r15516 1 1 ;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; Package: CL-USER ; buffer-read-only: t; -*- 2 ;;; This is ASDF 3.3.5 : Another System Definition Facility.2 ;;; This is ASDF 3.3.5.0.3: Another System Definition Facility. 3 3 ;;; 4 4 ;;; Feedback, bug reports, and patches are all welcome: … … 1808 1808 1809 1809 (with-upgradability () 1810 (defparameter *uiop-version* "3.3.5 ")1810 (defparameter *uiop-version* "3.3.5.0.3") 1811 1811 1812 1812 (defun unparse-version (version-list) … … 7824 7824 ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 7825 7825 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 7826 (asdf-version "3.3.5 ")7826 (asdf-version "3.3.5.0.3") 7827 7827 (existing-version (asdf-version))) 7828 7828 (setf *asdf-version* asdf-version)
Note: See TracChangeset
for help on using the changeset viewer.