From 3ed7b03224384d28b96c73213d5c0e31a4b87fda Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 3 Feb 2003 04:28:26 +0000 Subject: [PATCH] version 4.1.4 (4.1.3 just released) --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 7c59bb4b92..744d854518 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.3" +#define PY_BSDDB_VERSION "4.1.4" static char *rcs_id = "$Id$"; -- 2.40.0