This commit is contained in:
Gregory P. Smith 2003-03-27 17:25:10 +00:00
parent fe11d3e0d4
commit 6e5c1792d9
1 changed files with 1 additions and 1 deletions

View 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.4"
#define PY_BSDDB_VERSION "4.1.5"
static char *rcs_id = "$Id$";