[Python-checkins] python/dist/src/Modules _bsddb.c,1.6,1.7

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 28 Jan 2003 09:30:50 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv22518

Modified Files:
	_bsddb.c 
Log Message:
Bump the version number


Index: _bsddb.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_bsddb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** _bsddb.c	17 Jan 2003 08:42:50 -0000	1.6
--- _bsddb.c	28 Jan 2003 17:30:46 -0000	1.7
***************
*** 86,90 ****
  #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
  
! #define PY_BSDDB_VERSION "4.1.2"
  static char *rcs_id = "$Id$";
  
--- 86,90 ----
  #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
  
! #define PY_BSDDB_VERSION "4.1.3"
  static char *rcs_id = "$Id$";