mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add Python version bump to configure script. (AMK)
This commit is contained in:
parent
5d35bf9853
commit
6a6a77c6af
2 changed files with 3 additions and 3 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.5
|
||||
VERSION=1.6
|
||||
|
||||
# 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