Commit dead9072 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

remove kludge

parent 04a345af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
;;; This is asdf: Another System Definition Facility.  $Revision: 1.40 $
;;; This is asdf: Another System Definition Facility.  $Revision: 1.41 $
;;;
;;; The canonical source for asdf is presently the cCLan CVS repository,
;;; at <URL:http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/>
@@ -86,7 +86,7 @@
(in-package #:asdf)

;;; parse the cvs revision into something that might be vaguely useful.  
(defvar *asdf-revision* (let* ((v "$Revision: 1.40 $")
(defvar *asdf-revision* (let* ((v "$Revision: 1.41 $")
			       (colon (position #\: v))
			       (dot (position #\. v)))
			  (and v colon dot 
+6 −0
Original line number Diff line number Diff line
cl-asdf (1.40) unstable; urgency=low

  * New upstream version.

 -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Sep 2002 07:31:27 -0600

cl-asdf (1.39) unstable; urgency=low

  * New upstream version.