From dead90720b00544b17657f0daf920246f103faa4 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Fri, 13 Sep 2002 13:45:42 +0000
Subject: [PATCH] remove kludge

---
 asdf.lisp        | 4 ++--
 debian/changelog | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/asdf.lisp b/asdf.lisp
index 40f55003..a1c060cf 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 b77508eb..6fc24e3e 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.
-- 
GitLab