commit | 11a70c3c96082d3b9f63f7c81f48d9bfa2010e42 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Fri Jan 05 02:06:17 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Fri Jan 05 02:06:17 2007 +0000 |
tree | 247788f733874481d6d5b3de123beec0b62ae676 | |
parent | 8b96a35d14c0ec5db5f32321e544269a5b0a8759 [diff] |
bump module version to match supported berkeleydb version
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$";