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

update ASDF version to 1.501

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


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