Skip to content
Snippets Groups Projects
Commit 7a04de84 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Bump version number.

parent 6d2f9bf4
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
:licence "MIT" :licence "MIT"
:description "Another System Definition Facility" :description "Another System Definition Facility"
:long-description "ASDF builds Common Lisp software organized into defined systems." :long-description "ASDF builds Common Lisp software organized into defined systems."
:version "2.011.1"
;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version? ;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version?
:depends-on () :depends-on ()
:components :components
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
;; "2.345.6" would be a development version in the official upstream ;; "2.345.6" would be a development version in the official upstream
;; "2.345.0.7" would be your local modification of an official release ;; "2.345.0.7" would be your local modification of an official release
;; "2.345.6.7" would be your local modification of a development version ;; "2.345.6.7" would be your local modification of a development version
(asdf-version "2.011") (asdf-version "2.011.1")
(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)))
......
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