From: Andrew M. Kuchling Date: Mon, 11 Feb 2002 16:30:54 +0000 (+0000) Subject: Bump version number to 2.3 X-Git-Tag: v2.3c1~6705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54a3941c679e825168a3a8ff1fa7b88da9f1c82f;p=python Bump version number to 2.3 --- diff --git a/configure.in b/configure.in index b0d5b1fe5c..f416dc32b3 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CONFIG_HEADER(pyconfig.h) # Set VERSION so we only need to edit in one place (i.e., here) AC_SUBST(VERSION) -VERSION=2.2 +VERSION=2.3 # Arguments passed to configure. AC_SUBST(CONFIG_ARGS)