4.1.5
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c
index 0df7fa2..c0a5f0f 100644
--- a/Modules/_bsddb.c
+++ b/Modules/_bsddb.c
@@ -85,7 +85,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.1.4"
+#define PY_BSDDB_VERSION "4.1.5"
 static char *rcs_id = "$Id$";