]> granicus.if.org Git - python/commitdiff
Bump the version number
authorBarry Warsaw <barry@python.org>
Tue, 28 Jan 2003 17:30:46 +0000 (17:30 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 28 Jan 2003 17:30:46 +0000 (17:30 +0000)
Modules/_bsddb.c

index 396a3cc72eaeee9720a5150895d1804c06847f29..7c59bb4b9230c59e33351fb2a9328f4914a83ddd 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.2"
+#define PY_BSDDB_VERSION "4.1.3"
 static char *rcs_id = "$Id$";