]> granicus.if.org Git - python/commitdiff
4.1.5
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 27 Mar 2003 17:25:10 +0000 (17:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 27 Mar 2003 17:25:10 +0000 (17:25 +0000)
Modules/_bsddb.c

index 0df7fa2b5fb50b7cb26b7ff720e8f7a04862be43..c0a5f0fdac015def80eeb6b17994eb60a93e72e2 100644 (file)
@@ -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$";