Bumped version number to 0.9pre (there will be a couple of code snapshots
before the real release, but I want to make it clear that a major new
release is on the way).
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 32fc276..2ba82bd 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -10,4 +10,4 @@
 
 __revision__ = "$Id$"
 
-__version__ = "0.8.2"
+__version__ = "0.9pre"