diff options
author | 2008-08-18 01:27:05 +0000 | |
---|---|---|
committer | 2008-08-18 01:27:05 +0000 | |
commit | 8692c79ba988487b32d3517a1ce78ed761eb47e8 (patch) | |
tree | a8d6c1adcad912ce0c76f3c518d6c4fb73912f95 | |
parent | Update __all__ for cookielib, csv, os, and urllib2 for objects imported into (diff) | |
download | cpython-8692c79ba988487b32d3517a1ce78ed761eb47e8.tar.gz cpython-8692c79ba988487b32d3517a1ce78ed761eb47e8.tar.bz2 cpython-8692c79ba988487b32d3517a1ce78ed761eb47e8.zip |
correct version
-rw-r--r-- | Demo/embed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index ac935f16ce0..ddbdd929e2a 100644 --- a/Demo/embed/Makefile +++ b/Demo/embed/Makefile @@ -10,7 +10,7 @@ blddir= ../.. srcdir= ../.. # Python version -VERSION= 2.5 +VERSION= 2.6 # Compiler flags OPT= -g |