diff --git a/asdf.asd b/asdf.asd index 86c779a330a1807538bc80a8e9b0f95f246875f2..624802b55a59d32097b33ef0f5a1658cdfe393b1 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.7" ;; to be automatically updated by make bump-version + :version "3.0.2.8" ;; 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 7261cc10e5effb1dccd271f9b6b3da5452ad50d7..ff61df9f8afcc2e26de05f2ada37d692bda36c74 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.7: Another System Definition Facility. +;;; This is ASDF 3.0.2.8: 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 a8ed6efad46505ba32940f38b3b567720612a9eb..85a06f2f0232bdcd0146ea04517ab82588f13cf9 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.7") + (asdf-version "3.0.2.8") (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 4011e8786c41bd5917d3ca311e79cf686557bc87..5c126c496b2249860fa54a22e240bb78bd4b9b2d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.0.2.7" +"3.0.2.8"