diff options
author | Jesus Cea <jcea@jcea.es> | 2008-09-28 23:24:19 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2008-09-28 23:24:19 (GMT) |
commit | 09c01782424e61e51dbfab83886738aacd73a635 (patch) | |
tree | 2e1ba054e6e4b2c0e865a59f561fcde908b716fe /Modules/bsddb.h | |
parent | e14267bbad5cfc96712025a7f14d1c259c975aa8 (diff) | |
download | cpython-09c01782424e61e51dbfab83886738aacd73a635.zip cpython-09c01782424e61e51dbfab83886738aacd73a635.tar.gz cpython-09c01782424e61e51dbfab83886738aacd73a635.tar.bz2 |
bsddb4.7.3pre9 renamed to 4.7.3
Diffstat (limited to 'Modules/bsddb.h')
-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 fe7d823..673f5fc 100644 --- a/Modules/bsddb.h +++ b/Modules/bsddb.h @@ -105,7 +105,7 @@ #error "eek! DBVER can't handle minor versions > 9" #endif -#define PY_BSDDB_VERSION "4.7.3pre9" +#define PY_BSDDB_VERSION "4.7.3" /* Python object definitions */ |