summaryrefslogtreecommitdiff
path: root/lang/python23-nth/patches/patch-aa
blob: fe2fe73314be1eeb5fa3b6c95eb7f19d79ab0dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2005/02/15 12:25:07 drochner Exp $

--- Include/patchlevel.h.orig	2005-02-08 12:37:01.000000000 +0100
+++ Include/patchlevel.h
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.3.5"
+#define PY_VERSION		"2n3.5"
 
 /* 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 >= ... */