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 3cb793e commit 08df3acCopy full SHA for 08df3ac
1 file changed
Include/patchlevel.h
@@ -53,13 +53,13 @@ PERFORMANCE OF THIS SOFTWARE.
53
#define PY_MINOR_VERSION 6
54
#define PY_MICRO_VERSION 0
55
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
56
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
57
58
/* Version as a string */
59
-#define PY_VERSION "1.6a1"
+#define PY_VERSION "1.6a2"
60
61
/* Historic */
62
-#define PATCHLEVEL "1.6a1"
+#define PATCHLEVEL "1.6a2"
63
64
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
65
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
0 commit comments