Commit 2889b12a authored by Tim Peters's avatar Tim Peters

Repaired botched release serial number.

parent 1803d2c5
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
* For 2.3, * For 2.3,
* PY_MICRO_VERSION = 0 * PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = 'final' = 0xf * PY_RELEASE_LEVEL = 'final' = 0xf
* PY_RELEASE_SERIAL = 2 * PY_RELEASE_SERIAL = 0
* *
* and 0*1000 + 15*10 + 2 = 152 * and 0*1000 + 15*10 + 0 = 150
*/ */
#define FIELD3 152 #define FIELD3 150
/* e.g., 2.1a2 /* e.g., 2.1a2
* PY_VERSION comes from patchevel.h * PY_VERSION comes from patchevel.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment