summaryrefslogtreecommitdiff
path: root/lang/python22-pth/patches/patch-ah
blob: a28f920cdecf056613ebea9616515ec5dbc41188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 >= ... */