From: Barry Warsaw Date: Tue, 23 Jan 2001 16:38:57 +0000 (+0000) Subject: Updates and changes: X-Git-Tag: v2.1a2~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d23b59e3433cfebb917876a9a1a13b622a850c1;p=python Updates and changes: - set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session). --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index ee0196b103..c709ec6f0c 100644 --- a/Demo/embed/Makefile +++ b/Demo/embed/Makefile @@ -6,11 +6,11 @@ CC= gcc # XXX Top of the build tree and source tree -blddir= ../../linux +blddir= ../.. srcdir= ../.. # Python version -VERSION= 2.0 +VERSION= 2.1 # Compiler flags OPT= -g