diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2003-02-03 04:28:26 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2003-02-03 04:28:26 (GMT) |
commit | 3ed7b03224384d28b96c73213d5c0e31a4b87fda (patch) | |
tree | c7f3436fd970e08971ddf3419350ae1f2b7aa121 | |
parent | bc2adef898019a4f48193485612fef2b54d6eac9 (diff) | |
download | cpython-3ed7b03224384d28b96c73213d5c0e31a4b87fda.zip cpython-3ed7b03224384d28b96c73213d5c0e31a4b87fda.tar.gz cpython-3ed7b03224384d28b96c73213d5c0e31a4b87fda.tar.bz2 |
version 4.1.4 (4.1.3 just released)
-rw-r--r-- | Modules/_bsddb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 7c59bb4..744d854 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -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$"; |