]> granicus.if.org Git - python/commitdiff
raise the module minor version.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 27 Jun 2004 23:36:37 +0000 (23:36 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 27 Jun 2004 23:36:37 +0000 (23:36 +0000)
Modules/_bsddb.c

index 3ea2c5f59fed24730ec1874da7f81a02d065b1a0..2785f28ebbddad5f4227eba2841fad5b3e961186 100644 (file)
@@ -97,7 +97,7 @@
 #error "eek! DBVER can't handle minor versions > 9"
 #endif
 
-#define PY_BSDDB_VERSION "4.2.6"
+#define PY_BSDDB_VERSION "4.2.7"
 static char *rcs_id = "$Id$";