commit | 3a2bd7d5c5c4af6e7916823d107e524c7f5aaa5a | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Tue Sep 02 02:30:21 2008 +0000 |
committer | Jesus Cea <jcea@jcea.es> | Tue Sep 02 02:30:21 2008 +0000 |
tree | 793a7bb68ae1bf4707665bc59ca948b39f76be11 | |
parent | 3e4f055602496a7388058b4d5020b27d9ac7bd4b [diff] [blame] |
Improve compatibility with Python3.0 testsuite
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 */