From: Gregory P. Smith Date: Mon, 3 Feb 2003 04:28:26 +0000 (+0000) Subject: version 4.1.4 (4.1.3 just released) X-Git-Tag: v2.3c1~2097 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ed7b03224384d28b96c73213d5c0e31a4b87fda;p=thirdparty%2FPython%2Fcpython.git version 4.1.4 (4.1.3 just released) --- diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 7c59bb4b9230..744d85451805 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$";