diff --git a/asdf.asd b/asdf.asd index 5e750e43a57fe70149d96f6c70bfd3b8747e3a29..8313fb7a5098aa1b0bbc2a6e20ffe989b34108e6 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.3.5" ;; to be automatically updated by make bump-version + :version "3.3.3.6" ;; 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 c53e88de9ec512b2cf39535007e0009465e281ee..8eb8a6c42a022ef7be45da4bca813b1bf9b14484 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.3.5 +@subtitle Manual for Version 3.3.3.6 @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.3.5 +Manual for Version 3.3.3.6 @end ifnottex diff --git a/header.lisp b/header.lisp index 777ced9cf40db1eee8f9a8a41458ceb6a345fe20..da43b1c3200f4cad148f871f3de5dd4a109aa544 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.3.5: Another System Definition Facility. +;;; This is ASDF 3.3.3.6: 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 43d799a1c5860a2c220e0f25112a4cb8d4ea078f..dc02d696b71ce33b68fb27e8cbd2201d1fcc77b3 100644 --- a/uiop/version.lisp +++ b/uiop/version.lisp @@ -12,7 +12,7 @@ (in-package :uiop/version) (with-upgradability () - (defparameter *uiop-version* "3.3.3.5") + (defparameter *uiop-version* "3.3.3.6") (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 988555fb4191bf7ad738a29fec22133dac69ca64..430a558c6a8bfa1cf4b6b88777e4446563701eed 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.3.5") + (asdf-version "3.3.3.6") (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 6b316a02d2b3cbe0dfc9144700856983e624775f..8a040081406cb9355b05c9560afc4c70f71541dc 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.3.3.5" +"3.3.3.6"