bsddb4.7.3pre9 renamed to 4.7.3

This commit is contained in:
Jesus Cea 2008-09-28 23:24:19 +00:00
parent e14267bbad
commit 09c0178242
2 changed files with 2 additions and 2 deletions

View File

@ -670,7 +670,7 @@ Extension Modules
- Support for Windows 9x has been removed from the winsound module.
- bsddb module updated to version 4.7.3pre2.
- bsddb module updated to version 4.7.3.
http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3. This
code should be compatible with Python 3.0.

View File

@ -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 */