summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-04-03 04:10:02 (GMT)
committerBarry Warsaw <barry@python.org>2008-04-03 04:10:02 (GMT)
commit9649cdd5d4b947fd7356f1c2946509b8a520647d (patch)
tree38ae02f168a2d11f88905d0754036452959f47ed /Lib/distutils/__init__.py
parentb23550049d2e8f58fdbe5ba40df7c962f183c337 (diff)
downloadcpython-9649cdd5d4b947fd7356f1c2946509b8a520647d.zip
cpython-9649cdd5d4b947fd7356f1c2946509b8a520647d.tar.gz
cpython-9649cdd5d4b947fd7356f1c2946509b8a520647d.tar.bz2
Updating for 2.6a2v2.6a2
Diffstat (limited to 'Lib/distutils/__init__.py')
-rw-r--r--Lib/distutils/__init__.py5
1 files changed, 4 insertions, 1 deletions
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 @@ __revision__ = "$Id$"
# 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--