diff --git a/asdf.lisp b/asdf.lisp index 43757f6fcb371887f1671eba0d9083dc7d321528..c97b4f1cd83beda6f6a7a9bdb28f8119d0330312 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -71,7 +71,7 @@ (eval-when (:load-toplevel :compile-toplevel :execute) (defvar *asdf-version* nil) (defvar *upgraded-p* nil) - (let* ((asdf-version "2.146") ;; bump this version when you modify this file. + (let* ((asdf-version "2.010") ;; same as 2.146 (existing-asdf (fboundp 'find-system)) (existing-version *asdf-version*) (already-there (equal asdf-version existing-version))) diff --git a/debian/changelog b/debian/changelog index 941cb6d4bbfe899d7b1365b2edeea8b74cd8373f..c795902e14b17f30d54f376a34b3243a613cf1b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +cl-asdf (2:2.010-1) unstable; urgency=low + + * same as 2.146 + + -- Francois-Rene Rideau <fare@tunes.org> Thu, 28 Oct 2010 15:58:36 -0700 + +cl-asdf (2:2.009-1) unstable; urgency=low + + * new upstream release 2.009, identical to 2.134 from master. + + -- Francois-Rene Rideau <fare@tunes.org> Wed, 06 Oct 2010 13:26:36 -0400 + cl-asdf (2:2.008-1) unstable; urgency=low * new upstream: removes unwanted exports,