diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index 3382d8f83e8baad7718a40595be3b0c40b01cf02..9c86a41f93905939ee381c67240b53e01eb09745 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -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.1.6.13 +Manual for Version 3.1.6.14 @end ifnottex diff --git a/upgrade.lisp b/upgrade.lisp index 9bf68e073ebd8f8186c1147ef6bc74978db930c2..e9cfafcd2aea807658a8cc4c7797dea93d4cae77 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -76,7 +76,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.6.13") + (asdf-version "3.1.6.14") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version)))