From: Neil Schemenauer Date: Wed, 17 Jan 2001 21:59:33 +0000 (+0000) Subject: Bump up version number. X-Git-Tag: v2.1a1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d6457743a2f48888dd10a41cee0e072fb4595ce;p=python Bump up version number. --- diff --git a/configure b/configure index fc8a6828a0..d49cda518c 100755 --- a/configure +++ b/configure @@ -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; diff --git a/configure.in b/configure.in index 3d57626f00..d97ede16f2 100644 --- a/configure.in +++ b/configure.in @@ -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=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