mirror of https://github.com/python/cpython
Repair botched release serial number.
This commit is contained in:
parent
32675b6860
commit
f7e609140e
|
@ -23,7 +23,7 @@
|
||||||
#define PY_MINOR_VERSION 3
|
#define PY_MINOR_VERSION 3
|
||||||
#define PY_MICRO_VERSION 0
|
#define PY_MICRO_VERSION 0
|
||||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||||
#define PY_RELEASE_SERIAL 2
|
#define PY_RELEASE_SERIAL 0
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "2.3"
|
#define PY_VERSION "2.3"
|
||||||
|
|
Loading…
Reference in New Issue