]> granicus.if.org Git - python/commitdiff
PATCHLEVEL is outdated, use PY_VERSION.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 19 Aug 2001 22:32:27 +0000 (22:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 19 Aug 2001 22:32:27 +0000 (22:32 +0000)
Mac/Python/macglue.c

index a118372b756ece05c45d98e7c972c64bd9005464..9c01fd74b807ed48c0bb102042989f9a2dd72265 100644 (file)
@@ -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);