Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ed7b03

Browse files
committed
version 4.1.4 (4.1.3 just released)
1 parent bc2adef commit 3ed7b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_bsddb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
/* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
8686
#define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
8787

88-
#define PY_BSDDB_VERSION "4.1.3"
88+
#define PY_BSDDB_VERSION "4.1.4"
8989
static char *rcs_id = "$Id$";
9090

9191

0 commit comments

Comments
 (0)