diff --git a/asdf.asd b/asdf.asd index 7e44b522f34a1aee0be7453f7f89c80ea9abf72b..7664f49a6e4558b4ee30a2ad8588c7c9940ee1ac 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.1" ;; to be automatically updated by make bump-version + :version "3.0.1.2" ;; 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 38b2d9bc6593b9a84b2b84f419c0ab2c58d7cf07..f49d6609108e715fddcae3eb7191834a71a0372e 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.1.1: Another System Definition Facility. +;;; This is ASDF 3.0.1.2: 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 f85e606690054ce888c59a2a524b84d41b280d98..bdcaaacb053a3ce1b66a3568fb8feb642a63bc86 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.1.1") + (asdf-version "3.0.1.2") (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 cea4a93c0912c7e6df084d13bec12074784f60da..dbfa6e644b3889e5c90f991dfb13c6a174587105 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1 +1 @@ -"3.0.1.1" +"3.0.1.2"