]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump module version to match supported berkeleydb version
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 5 Jan 2007 02:06:17 +0000 (02:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 5 Jan 2007 02:06:17 +0000 (02:06 +0000)
Modules/_bsddb.c

index 13b5b7b481b9f2c20315d73f95014a9706fd909d..23fa573fadebb6be19833ae431e303d7126667b7 100644 (file)
@@ -98,7 +98,7 @@
 #error "eek! DBVER can't handle minor versions > 9"
 #endif
 
-#define PY_BSDDB_VERSION "4.4.6"
+#define PY_BSDDB_VERSION "4.5.0"
 static char *rcs_id = "$Id$";