mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
Bump the version number
This commit is contained in:
parent
f71de3e9a0
commit
7871154c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
/* 40 = 4.0, 33 = 3.3; this will break if the second number is > 9 */
|
/* 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 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$";
|
static char *rcs_id = "$Id$";
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue