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 175a6ac commit 7000225Copy full SHA for 7000225
1 file changed
Modules/_bsddb.c
@@ -93,7 +93,7 @@
93
/* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
94
#define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
95
96
-#define PY_BSDDB_VERSION "4.2.0"
+#define PY_BSDDB_VERSION "4.2.1"
97
static char *rcs_id = "$Id$";
98
99
0 commit comments