diff options
author | Barry Warsaw <barry@python.org> | 2001-01-23 16:38:57 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-01-23 16:38:57 (GMT) |
commit | 7d23b59e3433cfebb917876a9a1a13b622a850c1 (patch) | |
tree | 487eec1b1f909d44d68983503336c5be0a798679 /Demo/embed | |
parent | 803eff2a830752639a8041b568ae56285f7f8b26 (diff) | |
download | cpython-7d23b59e3433cfebb917876a9a1a13b622a850c1.zip cpython-7d23b59e3433cfebb917876a9a1a13b622a850c1.tar.gz cpython-7d23b59e3433cfebb917876a9a1a13b622a850c1.tar.bz2 |
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).
Diffstat (limited to 'Demo/embed')
-rw-r--r-- | Demo/embed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index ee0196b..c709ec6 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 |