diff options
author | Jesus Cea <jcea@jcea.es> | 2008-09-02 02:30:21 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2008-09-02 02:30:21 (GMT) |
commit | 3a2bd7d5c5c4af6e7916823d107e524c7f5aaa5a (patch) | |
tree | 793a7bb68ae1bf4707665bc59ca948b39f76be11 /Modules | |
parent | 3e4f055602496a7388058b4d5020b27d9ac7bd4b (diff) | |
download | cpython-3a2bd7d5c5c4af6e7916823d107e524c7f5aaa5a.zip cpython-3a2bd7d5c5c4af6e7916823d107e524c7f5aaa5a.tar.gz cpython-3a2bd7d5c5c4af6e7916823d107e524c7f5aaa5a.tar.bz2 |
Improve compatibility with Python3.0 testsuite
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/bsddb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/bsddb.h b/Modules/bsddb.h index 41f1db9..af5e56b 100644 --- a/Modules/bsddb.h +++ b/Modules/bsddb.h @@ -105,7 +105,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "4.7.3pre2" +#define PY_BSDDB_VERSION "4.7.3pre3" /* Python object definitions */ |