From: Jack Jansen Date: Sun, 19 Aug 2001 22:32:27 +0000 (+0000) Subject: PATCHLEVEL is outdated, use PY_VERSION. X-Git-Tag: v2.2a3~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f60edf861c82a4ae63addf005f0106c666eccca9;p=python PATCHLEVEL is outdated, use PY_VERSION. --- diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index a118372b75..9c01fd74b8 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -778,7 +778,7 @@ SIOUXDoAboutBox(void) fontID = kFontIDGeneva; TextFont(fontID); TextSize(9); - ParamText(Pstring(PATCHLEVEL), "\p", "\p", "\p"); + ParamText(Pstring(PY_VERSION), "\p", "\p", "\p"); ShowWindow(theWindow); ModalDialog(NULL, &item); DisposeDialog(theDialog);