- Added a note about fixversions.py
- Ran it.
diff --git a/Mac/OSX/README b/Mac/OSX/README
index 1656e61..d618915 100644
--- a/Mac/OSX/README
+++ b/Mac/OSX/README
@@ -119,6 +119,10 @@
 6. How do I create a binary distribution?
 -----------------------------------------
 
+First go to Mac/OSX and run "python fixversions.py -a" with the Python
+you are going to distribute. This will fix the version numbers and copyright
+strings in the various Info.plist files.
+
 Go to the Mac/OSX/Dist directory. There you find a script "build" that
 does all the work: it configures and builds a framework Python, installs
 it, creates the installer package file and packs this in a DMG image.
@@ -156,4 +160,4 @@
 ".rsrc.df.rsrc" files on the fly that are normal datafork-based resource
 files.
 
-	Jack Jansen, Jack.Jansen@cwi.nl, 20-Jun-2003.
\ No newline at end of file
+	Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004.
\ No newline at end of file