We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e562a95 commit b32a034Copy full SHA for b32a034
Include/patchlevel.h
@@ -18,12 +18,12 @@
18
/*--start constants--*/
19
#define PY_MAJOR_VERSION 3
20
#define PY_MINOR_VERSION 5
21
-#define PY_MICRO_VERSION 2
22
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
24
25
/* Version as a string */
26
-#define PY_VERSION "3.5.2+"
+#define PY_VERSION "3.5.3rc1"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
0 commit comments