summaryrefslogtreecommitdiff
path: root/lang/python23-pth/patches/patch-aa
blob: ce4ac9e65e20edf67259d53e1674b7e7a40a2c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2003/12/23 17:24:42 recht Exp $

--- Include/patchlevel.h.orig	2003-10-01 08:47:48.000000000 +0200
+++ Include/patchlevel.h
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.3.3"
+#define PY_VERSION		"2p3.3"
 
 /* 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 >= ... */