diff options
author | Jesus Cea <jcea@jcea.es> | 2008-09-03 17:50:32 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2008-09-03 17:50:32 (GMT) |
commit | ac25fab12f95374cad4f11bbcbe5543183b98aa6 (patch) | |
tree | 74b95a3ebb7eea662c4fee826021e774bfe2dd46 /Modules/bsddb.h | |
parent | b339b2aa6f722cd81f374a6dca62f862caa42748 (diff) | |
download | cpython-ac25fab12f95374cad4f11bbcbe5543183b98aa6.zip cpython-ac25fab12f95374cad4f11bbcbe5543183b98aa6.tar.gz cpython-ac25fab12f95374cad4f11bbcbe5543183b98aa6.tar.bz2 |
Fix some leaks - Neal Norwitz
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 af5e56b..274bcc2 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.3pre3" +#define PY_BSDDB_VERSION "4.7.3pre4" /* Python object definitions */ |