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

Skip to content

Commit a14253d

Browse files
committed
Make it version 1.6a1.
1 parent 5cf648b commit a14253d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ PERFORMANCE OF THIS SOFTWARE.
5353
#define PY_MINOR_VERSION 6
5454
#define PY_MICRO_VERSION 0
5555
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
56-
#define PY_RELEASE_SERIAL 0
56+
#define PY_RELEASE_SERIAL 1
5757

5858
/* Version as a string */
59-
#define PY_VERSION "1.6a0"
59+
#define PY_VERSION "1.6a1"
6060

6161
/* Historic */
62-
#define PATCHLEVEL "1.6a0"
62+
#define PATCHLEVEL "1.6a1"
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)