mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
raise pybsddb version number to 4.2.1 to differentiate between it and the
version in the python 2.3.1 tree.
This commit is contained in:
parent
175a6ac114
commit
7000225fbc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
/* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
|
||||
#define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
|
||||
|
||||
#define PY_BSDDB_VERSION "4.2.0"
|
||||
#define PY_BSDDB_VERSION "4.2.1"
|
||||
static char *rcs_id = "$Id$";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue