Repair botched release serial number.

This commit is contained in:
Tim Peters 2003-07-29 00:21:36 +00:00
parent 32675b6860
commit f7e609140e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "2.3"