diff --git a/asdf.asd b/asdf.asd index ed1d257a16626212373a495b85e018469ea3be55..8431cb8b46e5e770bdc87b357d5f027ee77eeeb9 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.60" ;; to be automatically updated by make bump-version + :version "3.1.0.61" ;; 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 fc21f003f9f4f05ab6d1aa512f5c2c98d1258d08..09678b76b390e584f2ea167da65fa564fbb331af 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- -;;; This is ASDF 3.1.0.60: Another System Definition Facility. +;;; This is ASDF 3.1.0.61: 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 6482395183c7b189fc4d5db2c27e6079bb469651..b8a7c66f57a0263c0d5d246b29c4e5bccc7409d2 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.60") + (asdf-version "3.1.0.61") (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 8747d8de597df9686345f75fd2111fae2a7cfd9c..2f7271e60a8cb4ea7059c7cad24a885c723ac540 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.0.60" +"3.1.0.61"