diff --git a/asdf.asd b/asdf.asd
index a41c812a672b5b846ca93a3cedcebe5131dce616..317bffef42a79925610954a6ac2459a61d3bb41b 100644
--- a/asdf.asd
+++ b/asdf.asd
@@ -12,6 +12,7 @@
   :licence "MIT"
   :description "Another System Definition Facility"
   :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?
   :depends-on ()
   :components
diff --git a/asdf.lisp b/asdf.lisp
index 7ef02e59b1c29b7e2155d0b1e1ef3e9ae8a88e6e..8c33a0742fba99904ed9db350e34f64341722aa8 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -78,7 +78,7 @@
          ;; "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.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-version *asdf-version*)
          (already-there (equal asdf-version existing-version)))