diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-30 17:39:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-30 17:39:48 (GMT) |
commit | 9bd44627805a6324904635428ce7b3851912ce8c (patch) | |
tree | c6e006a5baf731066a4efd15c038324027635d4b /configure.in | |
parent | 73a8a4b9dfd66bea24a39416ec1e387721e8f654 (diff) | |
download | cpython-9bd44627805a6324904635428ce7b3851912ce8c.zip cpython-9bd44627805a6324904635428ce7b3851912ce8c.tar.gz cpython-9bd44627805a6324904635428ce7b3851912ce8c.tar.bz2 |
Update version number here as well; patchlevel.h is not the only place.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3c86fde..ade42cf 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf 2.0 or later to make a configure script. # Set VERSION so we only need to edit in one place (i.e., here) -m4_define(PYTHON_VERSION, 2.3) +m4_define(PYTHON_VERSION, 2.4) AC_REVISION($Revision$) AC_PREREQ(2.53) |