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 5cf648b commit a14253dCopy full SHA for a14253d
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 0
+#define PY_RELEASE_SERIAL 1
57
58
/* Version as a string */
59
-#define PY_VERSION "1.6a0"
+#define PY_VERSION "1.6a1"
60
61
/* Historic */
62
-#define PATCHLEVEL "1.6a0"
+#define PATCHLEVEL "1.6a1"
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