From 6e5c1792d9aad22d0a8385432e2082b06adaaba4 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 27 Mar 2003 17:25:10 +0000 Subject: [PATCH] 4.1.5 --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 0df7fa2b5fb..c0a5f0fdac0 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -85,7 +85,7 @@ /* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */ #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR) -#define PY_BSDDB_VERSION "4.1.4" +#define PY_BSDDB_VERSION "4.1.5" static char *rcs_id = "$Id$";