[Python-checkins] r53253 - python/trunk/Modules/_bsddb.c

gregory.p.smith python-checkins at python.org
Fri Jan 5 03:06:19 CET 2007


Author: gregory.p.smith
Date: Fri Jan  5 03:06:17 2007
New Revision: 53253

Modified:
   python/trunk/Modules/_bsddb.c
Log:
bump module version to match supported berkeleydb version


Modified: python/trunk/Modules/_bsddb.c
==============================================================================
--- python/trunk/Modules/_bsddb.c	(original)
+++ python/trunk/Modules/_bsddb.c	Fri Jan  5 03:06:17 2007
@@ -98,7 +98,7 @@
 #error "eek! DBVER can't handle minor versions > 9"
 #endif
 
-#define PY_BSDDB_VERSION "4.4.6"
+#define PY_BSDDB_VERSION "4.5.0"
 static char *rcs_id = "$Id$";
 
 


More information about the Python-checkins mailing list