summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-04-10 14:59:35 (GMT)
committerBarry Warsaw <barry@python.org>2012-04-10 14:59:35 (GMT)
commita12d0ccfbe189ba7f3ed99cb1feac69aa03d7fe0 (patch)
tree15a35bc82f61c6a561eca26c04f4bdb50af9dff6 /Lib
parent75076b4971b26cff889dc33e84a579dc3e91a32e (diff)
downloadcpython-2.6.8.zip
cpython-2.6.8.tar.gz
cpython-2.6.8.tar.bz2
Bump to 2.6.8v2.6.8
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 141b377..e5008c9 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "2.6.8rc2"
+__version__ = "2.6.8"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 4acb814..92525ae 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.6.8rc2"
+IDLE_VERSION = "2.6.8"