Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7969f31 commit bd341faCopy full SHA for bd341fa
1 file changed
Include/patchlevel.h
@@ -44,6 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
44
/* Values for PY_RELEASE_LEVEL */
45
#define PY_RELEASE_LEVEL_ALPHA 0xA
46
#define PY_RELEASE_LEVEL_BETA 0xB
47
+#define PY_RELEASE_LEVEL_GAMMA 0xC
48
#define PY_RELEASE_LEVEL_FINAL 0xF /* Serial should be 0 here */
49
50
/* Version parsed out into numeric values */
@@ -54,10 +55,10 @@ PERFORMANCE OF THIS SOFTWARE.
54
55
#define PY_RELEASE_SERIAL 2
56
57
/* Version as a string */
-#define PY_VERSION "1.5.2b2"
58
+#define PY_VERSION "1.5.2b2+"
59
60
/* Historic */
-#define PATCHLEVEL "1.5.2b2"
61
+#define PATCHLEVEL "1.5.2b2+"
62
63
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
64
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
0 commit comments