$NetBSD: patch-ah,v 1.1.1.1 2002/10/25 10:48:48 drochner Exp $ --- Include/patchlevel.h.orig Tue Oct 22 22:45:18 2002 +++ Include/patchlevel.h Tue Oct 22 22:46:00 2002 @@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.2.2" +#define PY_VERSION "2p2.2" /* 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 >= ... */