]> granicus.if.org Git - python/commitdiff
Updates and changes:
authorBarry Warsaw <barry@python.org>
Tue, 23 Jan 2001 16:38:57 +0000 (16:38 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 23 Jan 2001 16:38:57 +0000 (16:38 +0000)
- set VERSION to 2.1

- change blddir to ../.. since that seems more common than the old
  value (at least for my debugging session).

Demo/embed/Makefile

index ee0196b10303164f363c46d6e7a116b93089ec29..c709ec6f0cd9734f136c276b40968f16780722ea 100644 (file)
@@ -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