From 7871154c2ed5f8e9137b6b4a2fca1412bd3760be Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 28 Jan 2003 17:30:46 +0000 Subject: [PATCH] Bump the version number --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 396a3cc72e..7c59bb4b92 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.2" +#define PY_BSDDB_VERSION "4.1.3" static char *rcs_id = "$Id$"; -- 2.40.0