summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-10-21 23:14:39 +0200
committerMatthias Klose <doko@ubuntu.com>2012-10-21 23:14:39 +0200
commit51e779ee13b7b871b47776d19c102539e7250089 (patch)
treef682a976fce361b32c33bf0db8cb990c5491845c /configure.ac
parentb5d46cc73f127d71d1abbedbc373a230865daf7f (diff)
parent3ca000d34334c302735dc8eb965871d234de48d2 (diff)
downloadcpython-51e779ee13b7b871b47776d19c102539e7250089.tar.gz
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
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 236951c24b..94d5b80c81 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)