diff --git a/asdf.asd b/asdf.asd index 046bb1c1370f1fa78b6b2349fb925759bf90425e..aaba98796bae4a647e61972586b2b766387f2f14 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.81" ;; to be automatically updated by make bump-version + :version "3.1.0.82" ;; 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 f4f2e693bf0e53e881f49df21b986fac53362c3f..3f913283599b889bdaf2c2888252eb42789c6684 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.81: Another System Definition Facility. +;;; This is ASDF 3.1.0.82: 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 63e48d60759ef6d22fc5db07e24740cd17c0a8aa..624f559c362d2a542dd8969d273092d6ce427385 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -66,7 +66,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.81") + (asdf-version "3.1.0.82") (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 e6640e7bbdf7ba2e2e0a0080ca6042d1a19497e5..af7d0f9942a29c20b6ecce5749366f8e85defdb3 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.0.81" +"3.1.0.82"