diff --git a/asdf.asd b/asdf.asd index 619d5ea2bffd8b2f1c497e70dad9249826f751bb..87d6af1e271306a1ee4e37616ddb59fe2a95d490 100644 --- a/asdf.asd +++ b/asdf.asd @@ -74,7 +74,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "2.32.18" ;; to be automatically updated by make bump-version + :version "2.32.19" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 ;; For most purposes, asdf itself specially counts as a builtin system. diff --git a/bundle.lisp b/bundle.lisp index 2da6f0e2335ba3ea2a9ef1739142b7d42ef92b67..fb44ffc82d722dd12475fa63acf4b60268819cae 100644 --- a/bundle.lisp +++ b/bundle.lisp @@ -460,7 +460,7 @@ (defmethod perform ((o basic-fasl-op) (s system)) (apply #'compiler::build-bundle (output-file o c) ;; second??? :lisp-object-files (input-files o s) (bundle-op-build-args o))) -} + (defun bundle-system (system &rest args &key force (verbose t) version &allow-other-keys) (declare (ignore force verbose version)) (apply #'operate 'binary-op system args))) diff --git a/header.lisp b/header.lisp index 58c6c14dca064a33e0addc4a236bf1b5b063692e..859e45ba078b8a16d85a3ad8cb168299afd86a5a 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- -;;; This is ASDF 2.32.18: Another System Definition Facility. +;;; This is ASDF 2.32.19: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. diff --git a/upgrade.lisp b/upgrade.lisp index c6935da1acd7822fb55ee404a34485ce9bf64adf..4db1b3247779bbb372b6d4dbd08044e04aae6acc 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -52,7 +52,7 @@ You can compare this string with e.g.: (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSIO ;; "3.4.5.67" would be a development version in the official upstream 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 "2.32.18") + (asdf-version "2.32.19") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version))) diff --git a/version.lisp-expr b/version.lisp-expr index dac6684330e3d091f343f99bb03521cf35f5ec4d..770761a7ce1bd8e3c129805e99cce10a4956c0e6 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1 +1 @@ -"2.32.18" +"2.32.19"