[PATCH] VERSION change in getpath.c

Art Haas arthur.haas at westgeo.com
Mon Sep 25 16:12:59 EDT 2000


I think this makes more sense in 2.0b1. The variable `VERSION' is
passed on the command line, so the change below should only affect
someone building Python in an unconventional manner.

Apply if you see fit.

Thanks.

--- Modules/getpath.c.orig	Fri Sep  1 18:29:26 2000
+++ Modules/getpath.c	Mon Sep 25 08:59:24 2000
@@ -98,7 +98,7 @@
  */
 
 #ifndef VERSION
-#define VERSION "1.5"
+#define VERSION "2.0"
 #endif
 
 #ifndef VPATH

-- 
###############################
# Art Haas
# (713) 689-2417
###############################



More information about the Python-list mailing list