Don't assume that \version expands to the 3-character major.minor number; it
is the full release version name ("1.5.1beta1", for instance).
diff --git a/Doc/libglob.tex b/Doc/libglob.tex
index 6864c77..10f667a 100644
--- a/Doc/libglob.tex
+++ b/Doc/libglob.tex
@@ -15,7 +15,7 @@
 Returns a possibly-empty list of path names that match \var{pathname},
 which must be a string containing a path specification.
 \var{pathname} can be either absolute (like
-\file{/usr/src/Python\version/Makefile}) or relative (like
+\file{/usr/src/Python-1.5/Makefile}) or relative (like
 \file{../../Tools/*.gif}), and can contain shell-style wildcards.
 \end{funcdesc}