Skip to content
Snippets Groups Projects
Commit 452fd58a authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix version upgrade to 3.1.6.14.

NB: the bin/bump-version script needs to be fixed -- or just use the CL version.
parent f66a8842
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment