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

Skip to content

Commit 7000225

Browse files
committed
raise pybsddb version number to 4.2.1 to differentiate between it and the
version in the python 2.3.1 tree.
1 parent 175a6ac commit 7000225

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
@@ -93,7 +93,7 @@
9393
/* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
9494
#define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
9595

96-
#define PY_BSDDB_VERSION "4.2.0"
96+
#define PY_BSDDB_VERSION "4.2.1"
9797
static char *rcs_id = "$Id$";
9898

9999

0 commit comments

Comments
 (0)