diff --git a/asdf.asd b/asdf.asd index 9ac3a5223d9ace81f3a63ade933e4f8709001554..a208351f5ec1d78f01a666ec90bb48b2e62794bb 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.7.29" ;; to be automatically updated by make bump-version + :version "3.1.7.30" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 :class #+asdf3.1 package-inferred-system #-asdf3.1 system diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index 768024175492cfbcd73b9920b109c8301056d31a..4e0fb524c79f2601e8aec23bdae4728481ed0461 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @titlepage @title ASDF: Another System Definition Facility -@subtitle Manual for Version 3.1.7.29 +@subtitle Manual for Version 3.1.7.30 @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll diff --git a/header.lisp b/header.lisp index c6502762c1941b51707ae340d24fdc61b769a089..17c42c2d4a83be6186c9e7441b911fc2a0f52c7d 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- -;;; This is ASDF 3.1.7.29: Another System Definition Facility. +;;; This is ASDF 3.1.7.30: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to . diff --git a/uiop/version.lisp-expr b/uiop/version.lisp-expr index abcf931f53f442c7c563428c60f041096d17a774..76cddd743483be2f54153b5ab06de2dad51f0d20 100644 --- a/uiop/version.lisp-expr +++ b/uiop/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.7.29" +"3.1.7.30" diff --git a/upgrade.lisp b/upgrade.lisp index b23c724067ecd8380754c78669abb98784c46042..3f7ea43ea0b4e2c1c9da41f06a259ad4c4f7a77f 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -92,7 +92,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.7.29") + (asdf-version "3.1.7.30") (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 abcf931f53f442c7c563428c60f041096d17a774..76cddd743483be2f54153b5ab06de2dad51f0d20 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.7.29" +"3.1.7.30"