diff --git a/asdf.asd b/asdf.asd index dc86ccf042fb4fa3bd5ba2fdd371d79159593729..4f900e6a8a0e29b5adea50e440f00519bcf6726f 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.84" ;; to be automatically updated by make bump-version + :version "3.1.0.85" ;; 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 484126d790ee798f7ee9d2dbe34c03e659bdc7d9..42d9a8462689a887aba659c23ac7247b0bf08fd9 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.84: Another System Definition Facility. +;;; This is ASDF 3.1.0.85: 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 248201fbb8d7b2f8fd0c55aa6e43f187ce6cd50b..2651c226d1c4059e08075ab0bd78a534c38d759d 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.84") + (asdf-version "3.1.0.85") (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 1657812bb13107a383f235d8d5766b8b567cfe6f..7a7411a26a69d1a498c58604f221b34c524be6b0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.0.84" +"3.1.0.85"