From bcb6a6ebb9b579494ebd21cbd20dbf53a0a17e4d Mon Sep 17 00:00:00 2001 From: "mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f" Date: Sat, 3 Sep 2016 12:04:19 +0000 Subject: [PATCH] Consolidated upstream ASDF 3.1.7.9 --- doc/asdf/asdf.texinfo | 2 +- src/org/armedbear/lisp/asdf.lisp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/asdf/asdf.texinfo b/doc/asdf/asdf.texinfo index 3582c6a9..15a7d87d 100644 --- a/doc/asdf/asdf.texinfo +++ b/doc/asdf/asdf.texinfo @@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @titlepage @title ASDF: Another System Definition Facility -@subtitle Manual for Version 3.1.7.8 +@subtitle Manual for Version 3.1.7.9 @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll diff --git a/src/org/armedbear/lisp/asdf.lisp b/src/org/armedbear/lisp/asdf.lisp index 2434c217..8712c3de 100644 --- a/src/org/armedbear/lisp/asdf.lisp +++ b/src/org/armedbear/lisp/asdf.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- -;;; This is ASDF 3.1.7.8: Another System Definition Facility. +;;; This is ASDF 3.1.7.9: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to . @@ -6914,7 +6914,7 @@ previously-loaded version of ASDF." ;; "3.4.5.67" would be a development version in the official branch, on top of 3.4.5. ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 - (asdf-version "3.1.7.8") + (asdf-version "3.1.7.9") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version))) -- 2.18.1