make sure the docstring is never out of date wrt unicode data version
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 10d60e3..901e337 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1325,7 +1325,7 @@
 6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
 \n\
 The module uses the same names and symbols as defined by the\n\
-UnicodeData File Format 6.0.0.");
+UnicodeData File Format " UNIDATA_VERSION ".");
 
 
 static struct PyModuleDef unicodedatamodule = {