diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2003-03-27 17:25:10 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2003-03-27 17:25:10 (GMT) |
commit | 6e5c1792d9aad22d0a8385432e2082b06adaaba4 (patch) | |
tree | a1215b836d8da6538d2b96a8fc5b07a522957294 /Modules/_bsddb.c | |
parent | fe11d3e0d4385400999c89e22ea7bc3542564f47 (diff) | |
download | cpython-6e5c1792d9aad22d0a8385432e2082b06adaaba4.zip cpython-6e5c1792d9aad22d0a8385432e2082b06adaaba4.tar.gz cpython-6e5c1792d9aad22d0a8385432e2082b06adaaba4.tar.bz2 |
4.1.5
Diffstat (limited to 'Modules/_bsddb.c')
-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 0df7fa2..c0a5f0f 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.4" +#define PY_BSDDB_VERSION "4.1.5" static char *rcs_id = "$Id$"; |