diff --git a/asdf.lisp b/asdf.lisp
index 9475935ffc5b67e08360dbc1a56f69d045d68d88..c713bdad0632442f945ebd7e57451a71f7ea28f2 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -160,7 +160,7 @@
 
 (defvar *asdf-revision* 
   ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
-  (subseq "REVISION:1.368" (1+ (length "REVISION"))))
+  (subseq "REVISION:1.369" (1+ (length "REVISION"))))
   
 
 (defvar *resolve-symlinks* t