summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-02-11 16:30:54 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-02-11 16:30:54 (GMT)
commit54a3941c679e825168a3a8ff1fa7b88da9f1c82f (patch)
tree094f62f0ecb84f6317be5279c53db1aececbff84
parent58e7a68dea2a877ef1d2498e68865ef00c46fe44 (diff)
downloadcpython-54a3941c679e825168a3a8ff1fa7b88da9f1c82f.zip
cpython-54a3941c679e825168a3a8ff1fa7b88da9f1c82f.tar.gz
cpython-54a3941c679e825168a3a8ff1fa7b88da9f1c82f.tar.bz2
Bump version number to 2.3
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b0d5b1f..f416dc3 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)