diff --git a/asdf.asd b/asdf.asd index 8a762bf19593dc1ca4d826f2606303afecc84e8a..be5b9ae5a5d1c165afe31165db43e6b239ff72aa 100644 --- a/asdf.asd +++ b/asdf.asd @@ -75,7 +75,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "3.1.0.92" ;; to be automatically updated by make bump-version + :version "3.1.0.93" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 :class #.(if (find-class 'package-system nil) 'package-system 'system) diff --git a/header.lisp b/header.lisp index cd9f4cc300960c3a27c52f0e9bf9c0079080f0c4..5a52d2770a908e846520eeb85162b5e6a975d2a2 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- -;;; This is ASDF 3.1.0.92: Another System Definition Facility. +;;; This is ASDF 3.1.0.93: 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 4cebffd10bd6efc5caeae059cf226cabbe0a6fad..fa8e578bd7a9518b3d6836d2a670a48814bcfc04 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -68,7 +68,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.0.92") + (asdf-version "3.1.0.93") (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 cd879c09b8b14089a742d9527081dc664399e90c..c65dceb4d8abe1578a9826fc73e6109cb920174c 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.0.92" +"3.1.0.93"