diff --git a/asdf.lisp b/asdf.lisp index 40f5500371bdb21a640b55a35e6bb74c82c17194..a1c060cf2fccb731954dc083c48d4b51c0251bcb 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -1,4 +1,4 @@ -;;; 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 diff --git a/debian/changelog b/debian/changelog index b77508ebc9e0151d3cd0e1727c3a104bee0d9dff..6fc24e3ed6c50773c371cefb0b1afec92cfe443c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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.