summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2008-09-02 02:29:06 (GMT)
committerJesus Cea <jcea@jcea.es>2008-09-02 02:29:06 (GMT)
commit3b6be74304b528112a2a4baebc17eaccca15f049 (patch)
tree63262408783037c4257c2e00afa8272f09a28714 /Modules
parent2dd647b8fc97e03d4e4d9088090d8b8bc42862fe (diff)
downloadcpython-3b6be74304b528112a2a4baebc17eaccca15f049.zip
cpython-3b6be74304b528112a2a4baebc17eaccca15f049.tar.gz
cpython-3b6be74304b528112a2a4baebc17eaccca15f049.tar.bz2
Improve compatibility with Python3.0 testsuite
Diffstat (limited to 'Modules')
-rw-r--r--Modules/bsddb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/bsddb.h b/Modules/bsddb.h
index 41f1db9..af5e56b 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.3pre2"
+#define PY_BSDDB_VERSION "4.7.3pre3"
/* Python object definitions */