File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,3 +144,4 @@ c0e311e010fcb5bae8d87ca22051cd0845ea0ca0 v3.4.1
144144ab2c023a9432f16652e89c404bbc84aa91bf55af v3.4.2
14514569dd528ca6255a66c37cc5cf680e8357d108b036 v3.4.3rc1
146146b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3
147+ 04f3f725896c6961212c3a12e8ac25be6958f4fa v3.4.4rc1
Original file line number Diff line number Diff line change 1818/*--start constants--*/
1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 4
21- #define PY_MICRO_VERSION 3
22- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23- #define PY_RELEASE_SERIAL 0
21+ #define PY_MICRO_VERSION 4
22+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23+ #define PY_RELEASE_SERIAL 1
2424
2525/* Version as a string */
26- #define PY_VERSION "3.4.3 +"
26+ #define PY_VERSION "3.4.4rc1 +"
2727/*--end constants--*/
2828
2929/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
You can’t perform that action at this time.
0 commit comments