Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 632ea6e

Browse files
committed
Bump version to 2.0b1.
1 parent 901454e commit 632ea6e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Include/patchlevel.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ PERFORMANCE OF THIS SOFTWARE.
4949
/* Higher for patch releases */
5050

5151
/* Version parsed out into numeric values */
52-
#define PY_MAJOR_VERSION 1
53-
#define PY_MINOR_VERSION 6
52+
#define PY_MAJOR_VERSION 2
53+
#define PY_MINOR_VERSION 0
5454
#define PY_MICRO_VERSION 0
55-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
56-
#define PY_RELEASE_SERIAL 2
55+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
56+
#define PY_RELEASE_SERIAL 1
5757

5858
/* Version as a string */
59-
#define PY_VERSION "1.6a2"
59+
#define PY_VERSION "2.0b1"
6060

6161
/* Historic */
62-
#define PATCHLEVEL "1.6a2"
62+
#define PATCHLEVEL "2.0b1"
6363

6464
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
6565
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */

0 commit comments

Comments
 (0)