mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Bump version to 2.0.
Note that configure hadn't been checked in a few times so it has more changes, catching up with the last few changes to congifure.in as well.
This commit is contained in:
parent
a04eaad5c7
commit
b9a22a1a36
2 changed files with 299 additions and 217 deletions
|
@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h)
|
|||
|
||||
# Set VERSION so we only need to edit in one place (i.e., here)
|
||||
AC_SUBST(VERSION)
|
||||
VERSION=1.6
|
||||
VERSION=2.0
|
||||
|
||||
# NEXTSTEP stuff
|
||||
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue