Commit cbc8bef2 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

update ASDF version to 1.606

parent 47badcd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@
;;;;
(defparameter *asdf-version*
  ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
  (subseq "VERSION:1.605" (1+ (length "VERSION"))))
  (subseq "VERSION:1.606" (1+ (length "VERSION"))))

(defun asdf-version ()
  *asdf-version*)