diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-01-17 21:59:33 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-01-17 21:59:33 (GMT) |
commit | 7d6457743a2f48888dd10a41cee0e072fb4595ce (patch) | |
tree | 0f5efd248e8c84b63cfc20b6e0eab622eda9025c /configure | |
parent | e7e2ece979057f54e7fa3e265771059a6bb2a6ca (diff) | |
download | cpython-7d6457743a2f48888dd10a41cee0e072fb4595ce.zip cpython-7d6457743a2f48888dd10a41cee0e072fb4595ce.tar.gz cpython-7d6457743a2f48888dd10a41cee0e072fb4595ce.tar.bz2 |
Bump up version number.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.191 +# From configure.in Revision: 1.192 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -571,7 +571,7 @@ fi # Set VERSION so we only need to edit in one place (i.e., here) -VERSION=2.0 +VERSION=2.1 # NEXTSTEP|MacOSX|Darwin stuff if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then @@ -5277,7 +5277,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x; +typedef int charset[2]; const charset x = {0,0}; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; |