summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-01-05 02:06:17 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-01-05 02:06:17 (GMT)
commit11a70c3c96082d3b9f63f7c81f48d9bfa2010e42 (patch)
tree247788f733874481d6d5b3de123beec0b62ae676 /Modules
parent8b96a35d14c0ec5db5f32321e544269a5b0a8759 (diff)
downloadcpython-11a70c3c96082d3b9f63f7c81f48d9bfa2010e42.zip
cpython-11a70c3c96082d3b9f63f7c81f48d9bfa2010e42.tar.gz
cpython-11a70c3c96082d3b9f63f7c81f48d9bfa2010e42.tar.bz2
bump module version to match supported berkeleydb version
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_bsddb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c
index 13b5b7b..23fa573 100644
--- a/Modules/_bsddb.c
+++ b/Modules/_bsddb.c
@@ -98,7 +98,7 @@
#error "eek! DBVER can't handle minor versions > 9"
#endif
-#define PY_BSDDB_VERSION "4.4.6"
+#define PY_BSDDB_VERSION "4.5.0"
static char *rcs_id = "$Id$";