commit | 3b6be74304b528112a2a4baebc17eaccca15f049 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Tue Sep 02 02:29:06 2008 +0000 |
committer | Jesus Cea <jcea@jcea.es> | Tue Sep 02 02:29:06 2008 +0000 |
tree | 63262408783037c4257c2e00afa8272f09a28714 | |
parent | 2dd647b8fc97e03d4e4d9088090d8b8bc42862fe [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 */