diff options
author | Guido van Rossum <guido@python.org> | 2006-03-30 16:19:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2006-03-30 16:19:24 (GMT) |
commit | 0c4eb625656a8b8169e599452e271317863d0c7e (patch) | |
tree | 88d35773676b3ade4bdeac665767cb7eb72c01cd /configure.in | |
parent | c6fe059512c7c4fd82aa7eb5374c78be61041d85 (diff) | |
download | cpython-0c4eb625656a8b8169e599452e271317863d0c7e.zip cpython-0c4eb625656a8b8169e599452e271317863d0c7e.tar.gz cpython-0c4eb625656a8b8169e599452e271317863d0c7e.tar.bz2 |
Fix the version number to be 3.0.
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 d617108..f3525b1 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.5) +m4_define(PYTHON_VERSION, 3.0) AC_REVISION($Revision$) AC_PREREQ(2.59) |