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

Skip to content

Commit 0cfc8bd

Browse files
committed
Update patch level to 3.0a1. We're close enough.
1 parent 4405cf3 commit 0cfc8bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
#define PY_MINOR_VERSION 0
2020
#define PY_MICRO_VERSION 0
2121
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
22-
#define PY_RELEASE_SERIAL 0
22+
#define PY_RELEASE_SERIAL 1
2323

2424
/* Version as a string */
25-
#define PY_VERSION "3.0x"
25+
#define PY_VERSION "3.0a1"
2626

2727
/* Subversion Revision number of this file (not of the repository) */
2828
#define PY_PATCHLEVEL_REVISION "$Revision$"

0 commit comments

Comments
 (0)