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

Skip to content

Commit 8f3e150

Browse files
committed
Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to
indicate to those that are using the CVS access that they are using a newer-than-1.2.5 version, without committing to a particular version number or patch level.
1 parent 0dee4ee commit 8f3e150

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
@@ -56,10 +56,10 @@ PERFORMANCE OF THIS SOFTWARE.
5656
#define PY_RELEASE_SERIAL 0
5757

5858
/* Version as a string */
59-
#define PY_VERSION "1.5.2"
59+
#define PY_VERSION "1.5.2+"
6060

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