diff --git a/asdf.lisp b/asdf.lisp
index 4a3da349c846740417795847acff025fbfb7a293..c1104e59b65a40039105337310a8307422330c5c 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -147,7 +147,7 @@
 
 (defvar *asdf-revision* 
   ;; the 1+ hair is to ensure that we don't do an inadvertant find and replace
-  (subseq "REVISION:1." (1+ (length "REVISION"))))
+  (subseq "REVISION:1.366" (1+ (length "REVISION"))))
   
 
 (defvar *resolve-symlinks* t