diff options
author | Jesus Cea <jcea@jcea.es> | 2008-09-23 18:54:08 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2008-09-23 18:54:08 (GMT) |
commit | 5cd5f12a48d243d447b58558aa5f9080038a827c (patch) | |
tree | 755ae068241eb93e26df7e481628aa1c42fc9b25 /Modules/bsddb.h | |
parent | 09979a137a225a0f447ad7cf49b3961e1875bff9 (diff) | |
download | cpython-5cd5f12a48d243d447b58558aa5f9080038a827c.zip cpython-5cd5f12a48d243d447b58558aa5f9080038a827c.tar.gz cpython-5cd5f12a48d243d447b58558aa5f9080038a827c.tar.bz2 |
Bugfix for issue3885 and 'DB.verify()' crash.
Reviewed by Nick Coghlan.
Diffstat (limited to 'Modules/bsddb.h')
-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 f796681..fe7d823 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.3pre5" +#define PY_BSDDB_VERSION "4.7.3pre9" /* Python object definitions */ |