diff --git a/asdf.asd b/asdf.asd index d2e6b6b67cbe6ac34e3fc4e2bc9692765af014f6..2816e029ea53d0434df9dfa61c34380a8cb209d0 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.38" ;; to be automatically updated by make bump-version + :version "3.1.7.39" ;; 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 b9a99a0b5e84b92d2a1d2db96abda8edb522ca36..e576827c2673cc0ad012faea18c5f44bd30075d7 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.38 +@subtitle Manual for Version 3.1.7.39 @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll diff --git a/header.lisp b/header.lisp index 6f67ad29768aaa0a6345492423ad260860f13809..ef63236811345bad176122b2bb5472f3922eacb4 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.38: Another System Definition Facility. +;;; This is ASDF 3.1.7.39: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. diff --git a/uiop/version.lisp-expr b/uiop/version.lisp-expr index 5458c7b29d3a8a3d6233173f1c73d773fdda8ccf..06f23ab3a34ca8448aae501b1f45441068c0909b 100644 --- a/uiop/version.lisp-expr +++ b/uiop/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.7.38" +"3.1.7.39" diff --git a/upgrade.lisp b/upgrade.lisp index b349f3020322e7efba07baa5246d30df13b39a5e..9c600bda20d061a039854b2373a9177e579ea927 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.38") + (asdf-version "3.1.7.39") (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 5458c7b29d3a8a3d6233173f1c73d773fdda8ccf..06f23ab3a34ca8448aae501b1f45441068c0909b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.7.38" +"3.1.7.39"