diff --git a/ghc/docs/users_guide/profiling.sgml b/ghc/docs/users_guide/profiling.sgml
index 0069d7ab74944e04b28837af011eac0a5f3968db..a2c0b4b8f5888f89f77a2b9d30fd9d37761c94dc 100644
--- a/ghc/docs/users_guide/profiling.sgml
+++ b/ghc/docs/users_guide/profiling.sgml
@@ -365,7 +365,7 @@ x = nfib 25
 
     <para>You can view the time and allocation profiling graph of your
     program graphically, using <command>ghcprof</command>.  This is a
-    new tool with GHC 4.07, and will eventually be the de-facto
+    new tool with GHC 4.08, and will eventually be the de-facto
     standard way of viewing GHC profiles.</para>
 
     <para>To run <command>ghcprof</command>, you need