Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2adef commit 3ed7b03Copy full SHA for 3ed7b03
1 file changed
Modules/_bsddb.c
@@ -85,7 +85,7 @@
85
/* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
86
#define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
87
88
-#define PY_BSDDB_VERSION "4.1.3"
+#define PY_BSDDB_VERSION "4.1.4"
89
static char *rcs_id = "$Id$";
90
91
0 commit comments