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

Skip to content

Commit 08df3ac

Browse files
committed
Bump version to 1.6a2 -- to be released one of these days.
1 parent 3cb793e commit 08df3ac

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 1
56+
#define PY_RELEASE_SERIAL 2
5757

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

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