summaryrefslogtreecommitdiffstats
path: root/Modules/_bsddb.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-01-28 17:30:46 (GMT)
committerBarry Warsaw <barry@python.org>2003-01-28 17:30:46 (GMT)
commit7871154c2ed5f8e9137b6b4a2fca1412bd3760be (patch)
treed033631ebaef898b8789c49a3126dced892de218 /Modules/_bsddb.c
parentf71de3e9a017d698be8ee4db3e2ec5fbc68bfc8c (diff)
downloadcpython-7871154c2ed5f8e9137b6b4a2fca1412bd3760be.zip
cpython-7871154c2ed5f8e9137b6b4a2fca1412bd3760be.tar.gz
cpython-7871154c2ed5f8e9137b6b4a2fca1412bd3760be.tar.bz2
Bump the version number
Diffstat (limited to 'Modules/_bsddb.c')
-rw-r--r--Modules/_bsddb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c
index 396a3cc..7c59bb4 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.2"
+#define PY_BSDDB_VERSION "4.1.3"
static char *rcs_id = "$Id$";