bump module version to match supported berkeleydb version

This commit is contained in:
Gregory P. Smith 2007-01-05 02:06:17 +00:00
parent 8b96a35d14
commit 11a70c3c96

View file

@ -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$";