summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordoko <doko@python.org>2013-01-25 13:20:46 +0100
committerdoko <doko@python.org>2013-01-25 13:20:46 +0100
commit025f01e7920a073bd5611d3df077fe376d7ceac5 (patch)
tree8ccfc8d65cd4468a8cb5d46eed5d199ac3571461 /configure.ac
parent64fbc2f27f6602c6f1290ee90d43f58cf3fd9154 (diff)
parent9e817ce9df447079b74c7fdb5bb3765dd187835c (diff)
downloadcpython-025f01e7920a073bd5611d3df077fe376d7ceac5.tar.gz
- Issue #17029: Let h2py search the multiarch system include directory.
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 71bf871c48..9379c040cf 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.3)
+m4_define(PYTHON_VERSION, 3.4)
AC_PREREQ(2.65)