summaryrefslogtreecommitdiffstats
path: root/Modules/bsddb.h
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2008-09-03 17:50:59 (GMT)
committerJesus Cea <jcea@jcea.es>2008-09-03 17:50:59 (GMT)
commita786f2b4980020bb54d6fdfc3e4d116497eb553d (patch)
tree6426db21d05e53ea8d96cf2ea6fd429d4a2733fc /Modules/bsddb.h
parent8951b6172cdfcbc6c14949c4b9fa32908615d49c (diff)
downloadcpython-a786f2b4980020bb54d6fdfc3e4d116497eb553d.zip
cpython-a786f2b4980020bb54d6fdfc3e4d116497eb553d.tar.gz
cpython-a786f2b4980020bb54d6fdfc3e4d116497eb553d.tar.bz2
Fix some leaks - Neal Norwitz
Diffstat (limited to 'Modules/bsddb.h')
-rw-r--r--Modules/bsddb.h2
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 */