* 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$";