diff --git a/asdf.asd b/asdf.asd index 87dd7377f17ff5916c7a0182d17bfa84ec35e458..cdf2232f7a6ea9e5d22a1edf98b75d4581f9ea83 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 "3.0.2.20" ;; to be automatically updated by make bump-version + :version "3.0.2.21" ;; 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/header.lisp b/header.lisp index 2542229d017b8caf47e42f6696730b7d60bb0eda..c3fa326c09589ac8e8aa1260170a1555c0631ce9 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- -;;; This is ASDF 3.0.2.20: Another System Definition Facility. +;;; This is ASDF 3.0.2.21: 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 f3a9b1dfa3600cf405968ade9667a0bee8841c75..7b004b2ee4740aba32feac4b0f54c24502af6d26 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 "3.0.2.20") + (asdf-version "3.0.2.21") (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 99a83583cb77be6508c2af102488c52ca807c9ec..07165d165ba189993c34a5bf2eb3aebd28cd5a8c 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.0.2.20" +"3.0.2.21"