Skip to content
Snippets Groups Projects
Commit b795e50b authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

2.009: bless 2.134 as a release.

parent fdf0180a
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
(defvar *asdf-version* nil) (defvar *asdf-version* nil)
(defvar *upgraded-p* nil) (defvar *upgraded-p* nil)
(let* ((asdf-version ;; the 1+ helps the version bumping script discriminate (let* ((asdf-version ;; the 1+ helps the version bumping script discriminate
(subseq "VERSION:2.134" (1+ (length "VERSION")))) (subseq "VERSION:2.009" (1+ (length "VERSION")))) ; same as 2.134
(existing-asdf (fboundp 'find-system)) (existing-asdf (fboundp 'find-system))
(existing-version *asdf-version*) (existing-version *asdf-version*)
(already-there (equal asdf-version existing-version))) (already-there (equal asdf-version existing-version)))
......
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 cl-asdf (2:2.008-1) unstable; urgency=low
* new upstream: removes unwanted exports, * new upstream: removes unwanted exports,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment