2 ** Create the
'vers' version resource from information
in the
3 ** Python include files
.
8 #include "patchlevel.h"
10 /* Invent the Mac version from the Python version
*/
11 #if PY_RELEASE_LEVEL == PY_RELEASE_LEVEL_ALPHA
12 #define V_RELEASE alpha
14 #if PY_RELEASE_LEVEL == PY_RELEASE_LEVEL_BETA
15 #define V_RELEASE beta
18 #define V_RELEASE final
23 (PY_MINOR_VERSION
<<4) | (PY_MICRO_VERSION
),
28 $$
Format("%s, © Stichting Mathematisch Centrum %s",