Updating for 2.6a2
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 8c954c2..d0dd03a 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -20,4 +20,7 @@
# In general, major and minor version should loosely follow the Python
# version number the distutils code was shipped with.
#
-__version__ = "2.6.0"
+
+#--start constants--
+__version__ = "2.6a2"
+#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 76cf619..308e33f 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.6a1"
+IDLE_VERSION = "2.6a2"