From baecee9c9941a5bfff931343dc7cbbaca293ea70 Mon Sep 17 00:00:00 2001
From: Nikodemus Siivola <nikodemus@random-state.net>
Date: Fri, 15 Feb 2008 12:14:48 +0000
Subject: [PATCH] fix CVS revision magic in *asdf-revision*

 gah.
---
 asdf.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/asdf.lisp b/asdf.lisp
index 0106d523..30acae09 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -1,4 +1,4 @@
-;;; This is asdf: Another System Definition Facility.  $Revision: 1.114 $
+;;; This is asdf: Another System Definition Facility.  $Revision: 1.115 $
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome: please mail to
 ;;; <cclan-list@lists.sf.net>.  But note first that the canonical
@@ -116,7 +116,7 @@
 
 (in-package #:asdf)
 
-(defvar *asdf-revision* (let* ((v "1.111")
+(defvar *asdf-revision* (let* ((v "$Revision: 1.115 $")
                                (colon (or (position #\: v) -1))
                                (dot (position #\. v)))
                           (and v colon dot
-- 
GitLab