Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9c88ec

Browse files
committed
Merge.
2 parents 7efaf95 + 13cf490 commit f9c88ec

4 files changed

Lines changed: 35 additions & 21 deletions

File tree

.hgtags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ c0e311e010fcb5bae8d87ca22051cd0845ea0ca0 v3.4.1
144144
ab2c023a9432f16652e89c404bbc84aa91bf55af v3.4.2
145145
69dd528ca6255a66c37cc5cf680e8357d108b036 v3.4.3rc1
146146
b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3
147+
04f3f725896c6961212c3a12e8ac25be6958f4fa v3.4.4rc1

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
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.

0 commit comments

Comments
 (0)