diff options
| author | Jesus Cea <jcea@jcea.es> | 2010-11-05 00:31:20 (GMT) |
|---|---|---|
| committer | Jesus Cea <jcea@jcea.es> | 2010-11-05 00:31:20 (GMT) |
| commit | 77d9695a7e25a9bcb2552577cc2d8a245cd10775 (patch) | |
| tree | 217d7552f5a0f94a7526c22a3907eacb67aee93c | |
| parent | 84f2c325c3b0acfc3d174ce0f6c75e50fc8a8e0e (diff) | |
| download | cpython-77d9695a7e25a9bcb2552577cc2d8a245cd10775.zip cpython-77d9695a7e25a9bcb2552577cc2d8a245cd10775.tar.gz cpython-77d9695a7e25a9bcb2552577cc2d8a245cd10775.tar.bz2 | |
bsddb changed; increase its revision
| -rw-r--r-- | Modules/bsddb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/bsddb.h b/Modules/bsddb.h index 70c7bf8..a3a687b 100644 --- a/Modules/bsddb.h +++ b/Modules/bsddb.h @@ -109,7 +109,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "4.8.4" +#define PY_BSDDB_VERSION "4.8.4.1" /* Python object definitions */ |
