From 0c71748e3b15cbd690f79fd5b699bff383861dc6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 9 Jan 2003 06:37:25 +0000 Subject: Change string version to "2.1.3+". --- Include/patchlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2e77592..b5a8979 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,10 +26,10 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.1.3" +#define PY_VERSION "2.1.3+" /* Historic */ -#define PATCHLEVEL "2.1.3" +#define PATCHLEVEL "2.1.3+" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ -- cgit v0.12