diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-10-21 23:14:39 +0200 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-10-21 23:14:39 +0200 |
commit | 51e779ee13b7b871b47776d19c102539e7250089 (patch) | |
tree | f682a976fce361b32c33bf0db8cb990c5491845c /configure.ac | |
parent | b5d46cc73f127d71d1abbedbc373a230865daf7f (diff) | |
parent | 3ca000d34334c302735dc8eb965871d234de48d2 (diff) | |
download | cpython-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.ac | 2 |
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) |