summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-18 05:39:20 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-18 05:39:20 (GMT)
commit9be573201ee0be33bcccb3c8d11d9919921f93b3 (patch)
tree1ad119ae1e1cbacfaa11b3a8fad71027e79eb998 /configure.in
parent132bbb3d06261afac334404a7b80f3bd18cf08cc (diff)
downloadcpython-9be573201ee0be33bcccb3c8d11d9919921f93b3.zip
cpython-9be573201ee0be33bcccb3c8d11d9919921f93b3.tar.gz
cpython-9be573201ee0be33bcccb3c8d11d9919921f93b3.tar.bz2
Try to get Unix bots install working again.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 542463e..56212a7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf 2.0 or later to make a configure script.
# Set VERSION so we only need to edit in one place (i.e., here)
-m4_define(PYTHON_VERSION, 2.5)
+m4_define(PYTHON_VERSION, 2.6)
AC_REVISION($Revision$)
AC_PREREQ(2.59)