summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2008-09-28 23:24:19 +0000
committerJesus Cea <jcea@jcea.es>2008-09-28 23:24:19 +0000
commit09c01782424e61e51dbfab83886738aacd73a635 (patch)
tree2e1ba054e6e4b2c0e865a59f561fcde908b716fe
parente14267bbad5cfc96712025a7f14d1c259c975aa8 (diff)
downloadcpython-git-09c01782424e61e51dbfab83886738aacd73a635.tar.gz
bsddb4.7.3pre9 renamed to 4.7.3
-rw-r--r--Misc/NEWS2
-rw-r--r--Modules/bsddb.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e79760eb15..97fa2b7e3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.
diff --git a/Modules/bsddb.h b/Modules/bsddb.h
index fe7d823f23..673f5fc161 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 */