[Python-checkins] r86181 - python/branches/release27-maint/Modules/bsddb.h

jesus.cea python-checkins at python.org
Fri Nov 5 01:31:20 CET 2010


Author: jesus.cea
Date: Fri Nov  5 01:31:20 2010
New Revision: 86181

Log:
bsddb changed; increase its revision

Modified:
   python/branches/release27-maint/Modules/bsddb.h

Modified: python/branches/release27-maint/Modules/bsddb.h
==============================================================================
--- python/branches/release27-maint/Modules/bsddb.h	(original)
+++ python/branches/release27-maint/Modules/bsddb.h	Fri Nov  5 01:31:20 2010
@@ -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 */
 


More information about the Python-checkins mailing list