summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2004-06-27 23:36:37 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2004-06-27 23:36:37 (GMT)
commit589c6abd1b8f081999ac41d41a418c8907349dd5 (patch)
tree16c46361b54477fe84cd5378efec45e671167560 /Modules
parentdc5af70631c86723132518152ce5f910848d83ae (diff)
downloadcpython-589c6abd1b8f081999ac41d41a418c8907349dd5.zip
cpython-589c6abd1b8f081999ac41d41a418c8907349dd5.tar.gz
cpython-589c6abd1b8f081999ac41d41a418c8907349dd5.tar.bz2
raise the module minor version.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_bsddb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c
index 3ea2c5f..2785f28 100644
--- a/Modules/_bsddb.c
+++ b/Modules/_bsddb.c
@@ -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$";