]> granicus.if.org Git - python/commitdiff
raise pybsddb version number to 4.2.1 to differentiate between it and the
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 21 Sep 2003 23:29:41 +0000 (23:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 21 Sep 2003 23:29:41 +0000 (23:29 +0000)
version in the python 2.3.1 tree.

Modules/_bsddb.c

index f24c71327ecdf4fc867249af0fd90612b6b7db4b..c6b569cbe399e7f5550fc56dbed3a1c8b54f44e2 100644 (file)
@@ -93,7 +93,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.2.0"
+#define PY_BSDDB_VERSION "4.2.1"
 static char *rcs_id = "$Id$";