summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:57:56 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:57:56 (GMT)
commit7aa5341164794efc5367f63636cbe8327ca40393 (patch)
tree72cabf6ebcc9d1319649e7e60043f8624837693f /configure.ac
parent802d45b6604b82ee636fdd795cc6a7d9e655855d (diff)
downloadcpython-7aa5341164794efc5367f63636cbe8327ca40393.zip
cpython-7aa5341164794efc5367f63636cbe8327ca40393.tar.gz
cpython-7aa5341164794efc5367f63636cbe8327ca40393.tar.bz2
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 3e9d31a..4030e33 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)