From f60edf861c82a4ae63addf005f0106c666eccca9 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 19 Aug 2001 22:32:27 +0000 Subject: [PATCH] PATCHLEVEL is outdated, use PY_VERSION. --- Mac/Python/macglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index a118372b756..9c01fd74b80 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);