commit | 2ab4a91f43124b6792388bf3024c3f5bb3cdb6fb | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Mon Jan 16 23:57:34 2012 +0100 |
committer | Jesus Cea <jcea@jcea.es> | Mon Jan 16 23:57:34 2012 +0100 |
tree | 075e12f7611f33056811c07b73b925d796a1ee0d | |
parent | 6008a8b5ba845a0d85125cea33aaa80b0404dd0f [diff] [blame] |
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
diff --git a/Modules/bsddb.h b/Modules/bsddb.h index a3a687b..3199e94 100644 --- a/Modules/bsddb.h +++ b/Modules/bsddb.h
@@ -109,7 +109,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "4.8.4.1" +#define PY_BSDDB_VERSION "4.8.4.2" /* Python object definitions */