mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Repair botched release serial number.
This commit is contained in:
parent
32675b6860
commit
f7e609140e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue