commit | 5cd5f12a48d243d447b58558aa5f9080038a827c | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Tue Sep 23 18:54:08 2008 +0000 |
committer | Jesus Cea <jcea@jcea.es> | Tue Sep 23 18:54:08 2008 +0000 |
tree | 755ae068241eb93e26df7e481628aa1c42fc9b25 | |
parent | 09979a137a225a0f447ad7cf49b3961e1875bff9 [diff] [blame] |
Bugfix for issue3885 and 'DB.verify()' crash. Reviewed by Nick Coghlan.
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 */