diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-02-11 16:30:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-02-11 16:30:54 (GMT) |
commit | 54a3941c679e825168a3a8ff1fa7b88da9f1c82f (patch) | |
tree | 094f62f0ecb84f6317be5279c53db1aececbff84 | |
parent | 58e7a68dea2a877ef1d2498e68865ef00c46fe44 (diff) | |
download | cpython-54a3941c679e825168a3a8ff1fa7b88da9f1c82f.zip cpython-54a3941c679e825168a3a8ff1fa7b88da9f1c82f.tar.gz cpython-54a3941c679e825168a3a8ff1fa7b88da9f1c82f.tar.bz2 |
Bump version number to 2.3
-rw-r--r-- | configure.in | 2 |
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) |