summaryrefslogtreecommitdiff
path: root/lang/python22-pth/patches/patch-ah
blob: d52ef1db3adba65694edbdb391df92d33765d352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.3 2003/06/07 14:37:02 cjep Exp $
--- Include/patchlevel.h.orig	2003-05-30 15:41:07.000000000 +0200
+++ Include/patchlevel.h	2003-06-02 20:04:34.000000000 +0200
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.2.3"
+#define PY_VERSION		"2p2.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 >= ... */