From: Barry Warsaw Date: Tue, 28 Jan 2003 17:30:46 +0000 (+0000) Subject: Bump the version number X-Git-Tag: v2.3c1~2227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7871154c2ed5f8e9137b6b4a2fca1412bd3760be;p=python Bump the version number --- 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$";