From 181b0f64bb1ce01abd9c19f342bf39e5aeca5d51 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Fri, 19 Nov 2010 16:01:15 -0500
Subject: [PATCH] 2.010.6: export operation-description

---
 asdf.lisp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/asdf.lisp b/asdf.lisp
index a670beb1..21ffc01f 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -73,7 +73,11 @@
 (eval-when (:load-toplevel :compile-toplevel :execute)
   (defvar *asdf-version* nil)
   (defvar *upgraded-p* nil)
-  (let* ((asdf-version "2.010.5") ;; bump this version when you modify this file.
+  (let* (;; For bug reporting sanity, please always bump this version when you modify this file.
+         ;; "2.345" would be an official release
+         ;; "2.345.6" would be a development version in the official upstream
+         ;; "2.345.0.7" or "2.345.6.7" would be your local modification of one of the above.
+         (asdf-version "2.010.6")
          (existing-asdf (fboundp 'find-system))
          (existing-version *asdf-version*)
          (already-there (equal asdf-version existing-version)))
@@ -236,6 +240,7 @@
             #:system-relative-pathname
             #:map-systems
 
+            #:operation-description
             #:operation-on-warnings
             #:operation-on-failure
             #:component-visited-p
-- 
GitLab