summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-30 10:57:56 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-05-30 10:57:56 -0400
commitd10868c4ee511a38632289d969e79c89157a7b53 (patch)
treec03cc9ebf6e4872533a84a0abe71facce2a5505e /configure.ac
parent198156413abdca57d6f316a73e48fb0bba463ec4 (diff)
downloadcpython-d10868c4ee511a38632289d969e79c89157a7b53.tar.gz
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3e9d31a26c..4030e338bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl * Please run autoreconf to test your changes! *
dnl ***********************************************
# Set VERSION so we only need to edit in one place (i.e., here)
-m4_define(PYTHON_VERSION, 3.6)
+m4_define(PYTHON_VERSION, 3.5)
AC_PREREQ(2.65)