summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordoko <doko@python.org>2013-01-25 15:35:12 +0100
committerdoko <doko@python.org>2013-01-25 15:35:12 +0100
commit075ce50c89a29aa86fe90e6e91c1b13afd0d1e46 (patch)
treeb220c0ac4125c46ea8a5b6a606a33e26e30fc779 /configure.ac
parenta4e82eea18d38d8ddb65ef40a3d59c67d9685db4 (diff)
parentf6889c875e8df97a7891f0950e81dad645cc8ab9 (diff)
downloadcpython-075ce50c89a29aa86fe90e6e91c1b13afd0d1e46.tar.gz
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
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 75eb5da02e..456d111ec3 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)