[Python-checkins] python/dist/src/Modules _bsddb.c,1.9,1.10

greg@users.sourceforge.net greg@users.sourceforge.net
Thu, 27 Mar 2003 09:25:15 -0800


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

Modified Files:
	_bsddb.c 
Log Message:
4.1.5


Index: _bsddb.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_bsddb.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** _bsddb.c	27 Mar 2003 17:23:25 -0000	1.9
--- _bsddb.c	27 Mar 2003 17:25:10 -0000	1.10
***************
*** 86,90 ****
  #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
  
! #define PY_BSDDB_VERSION "4.1.4"
  static char *rcs_id = "$Id$";
  
--- 86,90 ----
  #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
  
! #define PY_BSDDB_VERSION "4.1.5"
  static char *rcs_id = "$Id$";