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 f71de3e commit 7871154Copy full SHA for 7871154
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.2"
+#define PY_BSDDB_VERSION "4.1.3"
89
static char *rcs_id = "$Id$";
90
91
0 commit comments