diff --git a/asdf.asd b/asdf.asd index 624802b55a59d32097b33ef0f5a1658cdfe393b1..a4d10c731b83d7ce26425f5ff8afaadc197dce10 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.8" ;; to be automatically updated by make bump-version + :version "3.0.2.9" ;; 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 ff61df9f8afcc2e26de05f2ada37d692bda36c74..cec2cb440a11af872d4e6669a10a9cdbf18772e3 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.8: Another System Definition Facility. +;;; This is ASDF 3.0.2.9: 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 85a06f2f0232bdcd0146ea04517ab82588f13cf9..d10c137540f8ad1414b30648eaa817317a3a6828 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.8") + (asdf-version "3.0.2.9") (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 5c126c496b2249860fa54a22e240bb78bd4b9b2d..c2ad11851524c26dbba23181f3fbee71cb970441 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.0.2.8" +"3.0.2.9"