From: Gregory P. Smith Date: Sun, 27 Jun 2004 23:36:37 +0000 (+0000) Subject: raise the module minor version. X-Git-Tag: v2.4a1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=589c6abd1b8f081999ac41d41a418c8907349dd5;p=python raise the module minor version. --- diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 3ea2c5f59f..2785f28ebb 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -97,7 +97,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "4.2.6" +#define PY_BSDDB_VERSION "4.2.7" static char *rcs_id = "$Id$";