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 901454e commit 632ea6eCopy full SHA for 632ea6e
1 file changed
Include/patchlevel.h
@@ -49,17 +49,17 @@ PERFORMANCE OF THIS SOFTWARE.
49
/* Higher for patch releases */
50
51
/* Version parsed out into numeric values */
52
-#define PY_MAJOR_VERSION 1
53
-#define PY_MINOR_VERSION 6
+#define PY_MAJOR_VERSION 2
+#define PY_MINOR_VERSION 0
54
#define PY_MICRO_VERSION 0
55
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
56
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL 1
57
58
/* Version as a string */
59
-#define PY_VERSION "1.6a2"
+#define PY_VERSION "2.0b1"
60
61
/* Historic */
62
-#define PATCHLEVEL "1.6a2"
+#define PATCHLEVEL "2.0b1"
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