Changeset 14856


Ignore:
Timestamp:
09/03/16 12:04:19 (7 years ago)
Author:
Mark Evenson
Message:

Consolidated upstream ASDF 3.1.7.9

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/asdf/asdf.texinfo

    r14854 r14856  
    6666@titlepage
    6767@title ASDF: Another System Definition Facility
    68 @subtitle Manual for Version 3.1.7.8
     68@subtitle Manual for Version 3.1.7.9
    6969@c The following two commands start the copyright page.
    7070@page
  • trunk/abcl/src/org/armedbear/lisp/asdf.lisp

    r14854 r14856  
    11;;; -*- 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.
    33;;;
    44;;; Feedback, bug reports, and patches are all welcome:
     
    69156915         ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5
    69166916         ;; "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")
    69186918         (existing-version (asdf-version)))
    69196919    (setf *asdf-version* asdf-version)
Note: See TracChangeset for help on using the changeset viewer.