version 4.1.4 (4.1.3 just released)

This commit is contained in:
Gregory P. Smith 2003-02-03 04:28:26 +00:00
parent bc2adef898
commit 3ed7b03224

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