Changeset 14856
- Timestamp:
- 09/03/16 12:04:19 (7 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/asdf/asdf.texinfo
r14854 r14856 66 66 @titlepage 67 67 @title ASDF: Another System Definition Facility 68 @subtitle Manual for Version 3.1.7. 868 @subtitle Manual for Version 3.1.7.9 69 69 @c The following two commands start the copyright page. 70 70 @page -
trunk/abcl/src/org/armedbear/lisp/asdf.lisp
r14854 r14856 1 1 ;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- 2 ;;; This is ASDF 3.1.7. 8: Another System Definition Facility.2 ;;; This is ASDF 3.1.7.9: Another System Definition Facility. 3 3 ;;; 4 4 ;;; Feedback, bug reports, and patches are all welcome: … … 6915 6915 ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 6916 6916 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 6917 (asdf-version "3.1.7. 8")6917 (asdf-version "3.1.7.9") 6918 6918 (existing-version (asdf-version))) 6919 6919 (setf *asdf-version* asdf-version)
Note: See TracChangeset
for help on using the changeset viewer.