diff options
author | Jesus Cea <jcea@jcea.es> | 2008-09-03 22:07:11 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2008-09-03 22:07:11 (GMT) |
commit | 69acb43327be1ee4dd19c4df3dc67668ebaa2d66 (patch) | |
tree | 038f6eb5a3fa6343853ec290954a9f7764abb211 /Modules/bsddb.h | |
parent | cde6dc9a861ec2895af9ab9ce9f62bcb1dc24540 (diff) | |
download | cpython-69acb43327be1ee4dd19c4df3dc67668ebaa2d66.zip cpython-69acb43327be1ee4dd19c4df3dc67668ebaa2d66.tar.gz cpython-69acb43327be1ee4dd19c4df3dc67668ebaa2d66.tar.bz2 |
Python3.0 bsddb testsuite compatibility improvements
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 274bcc2..f796681 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.3pre4" +#define PY_BSDDB_VERSION "4.7.3pre5" /* Python object definitions */ |