Skip to content
Snippets Groups Projects
Commit 6d58306f authored by Gary King's avatar Gary King
Browse files

tweaking version number away from CVS, towards git

parent c457de74
No related branches found
No related tags found
No related merge requests found
;;; This is asdf: Another System Definition Facility. $Revision: 1.131 $
;;; This is asdf: Another System Definition Facility. Revision: @@VERSION@@
;;;
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; <cclan-list@lists.sf.net>. But note first that the canonical
......@@ -118,7 +118,7 @@
(in-package #:asdf)
(defvar *asdf-revision* (let* ((v "$Revision: 1.131 $")
(defvar *asdf-revision* (let* ((v "@@VERSION@@")
(colon (or (position #\: v) -1))
(dot (position #\. v)))
(and v colon dot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment