diff --git a/asdf.asd b/asdf.asd index 2d7b4a444c334f4e59dbaa4c450ca51a1f00d93d..144241c0c1f0fb4a94d4ca643bc36f4aad00ee33 100644 --- a/asdf.asd +++ b/asdf.asd @@ -93,7 +93,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "3.3.4.4" ;; to be automatically updated by make bump-version + :version "3.3.4.5" ;; to be automatically updated by make bump-version :depends-on () :components ((:module "build" :components ((:file "asdf")))) . #-asdf3 () #+asdf3 diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index af98e47e248dbabeb1fa951cbe5cd71b2bdba324..60da329b683b6ab0186c7e7a643a59c420f413aa 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.3.4.4 +@subtitle Manual for Version 3.3.4.5 @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll @@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @node Top, Introduction, (dir), (dir) @top ASDF: Another System Definition Facility @ifnottex -Manual for Version 3.3.4.4 +Manual for Version 3.3.4.5 @end ifnottex diff --git a/header.lisp b/header.lisp index 072d0a6eb6c47095a526e7a562d5b1df76e06cca..adac8f55abb9ca9e8b81584a1d662a9df9ba9672 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.3.4.4: Another System Definition Facility. +;;; This is ASDF 3.3.4.5: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to . diff --git a/uiop/version.lisp b/uiop/version.lisp index 3b798e3d2aa48cdaa1f2463145c3563af116e79b..4ba69bce8c6bc19245cf4cbcb2c49c5c2cf78cfc 100644 --- a/uiop/version.lisp +++ b/uiop/version.lisp @@ -12,7 +12,7 @@ (in-package :uiop/version) (with-upgradability () - (defparameter *uiop-version* "3.3.4.4") + (defparameter *uiop-version* "3.3.4.5") (defun unparse-version (version-list) "From a parsed version (a list of natural numbers), compute the version string" diff --git a/upgrade.lisp b/upgrade.lisp index 4bc0fac7f5cac7fba1b845d1411e5b1b91518c89..548f34326501ab7823cc1e002172b229464a72cb 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -94,7 +94,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.3.4.4") + (asdf-version "3.3.4.5") (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 ccbd66f975f4ecbb863c5a24aa3de5cb5d3c6950..0bb011492619488276d709c6782533634821bb0a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.3.4.4" +"3.3.4.5"