]> granicus.if.org Git - python/commitdiff
version 4.1.4 (4.1.3 just released)
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Feb 2003 04:28:26 +0000 (04:28 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Feb 2003 04:28:26 +0000 (04:28 +0000)
Modules/_bsddb.c

index 7c59bb4b9230c59e33351fb2a9328f4914a83ddd..744d85451805e8afbfe21297ad69a68e84e70438 100644 (file)
@@ -85,7 +85,7 @@
 /* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
 #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
 
-#define PY_BSDDB_VERSION "4.1.3"
+#define PY_BSDDB_VERSION "4.1.4"
 static char *rcs_id = "$Id$";