From 452fd58add524e347801828c0003f1c061642c6b Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Fri, 26 Feb 2016 23:22:05 -0500 Subject: [PATCH] Fix version upgrade to 3.1.6.14. NB: the bin/bump-version script needs to be fixed -- or just use the CL version. --- doc/asdf.texinfo | 2 +- upgrade.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index 3382d8f8..9c86a41f 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 9bf68e07..e9cfafcd 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))) -- GitLab