commit | 2e49f781cb299bb1c832b663dc50d7d4fad67321 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Wed Nov 07 07:25:20 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Wed Nov 07 07:25:20 2007 +0000 |
tree | e89fe6a70fb6c1f81f9a408f6caf820abdb9d41d | |
parent | e6a6f39cc7eacb80e7f30e345063b933ce2f59de [diff] [blame] |
* fix failing test_recno.py - backport from trunk. * bump _bsddb patch version number.
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 999e302..943a4ea 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c
@@ -98,7 +98,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "4.4.5.2" +#define PY_BSDDB_VERSION "4.4.5.3" static char *rcs_id = "$Id$";