diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 14:57:56 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 14:57:56 (GMT) |
commit | 7aa5341164794efc5367f63636cbe8327ca40393 (patch) | |
tree | 72cabf6ebcc9d1319649e7e60043f8624837693f /configure.ac | |
parent | 802d45b6604b82ee636fdd795cc6a7d9e655855d (diff) | |
download | cpython-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.ac | 2 |
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) |