From 11a70c3c96082d3b9f63f7c81f48d9bfa2010e42 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 5 Jan 2007 02:06:17 +0000 Subject: bump module version to match supported berkeleydb version --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$"; -- cgit v0.12