diff --git a/asdf.asd b/asdf.asd index a0e918494fb9f215df244ff4229b6df16e6b3b0e..0470f0f01225b2bec7ec0e472dd871efcbb2a3b2 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.33" ;; to be automatically updated by make bump-version + :version "3.1.7.34" ;; 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 00072110cee5cd6d67c628ce393e2a1cef0bf852..4fa9b1d074b769c675524431260b92467e914955 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.33 +@subtitle Manual for Version 3.1.7.34 @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll diff --git a/header.lisp b/header.lisp index 63496a6e2eaf73515ea4b4e3ecb1af72f5ff30dd..1b8b168d23e6d83511e64c9077142388d4d7f014 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.33: Another System Definition Facility. +;;; This is ASDF 3.1.7.34: 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 13bd27cdbe49804891af682845d14a1f0553a0f8..fd00e8a34eeb662359ce2c3900326cef89043c3e 100644 --- a/uiop/version.lisp-expr +++ b/uiop/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.7.33" +"3.1.7.34" diff --git a/upgrade.lisp b/upgrade.lisp index 48494ba59648e038be9dd34ebf1c640ee1a1d32a..61359f31b058128b7f6313c0a5010f688180e65e 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.33") + (asdf-version "3.1.7.34") (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 13bd27cdbe49804891af682845d14a1f0553a0f8..fd00e8a34eeb662359ce2c3900326cef89043c3e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.7.33" +"3.1.7.34"