[Python-checkins] python/dist/src/Modules _bsddb.c,1.19,1.20

greg at users.sourceforge.net greg at users.sourceforge.net
Sun Sep 21 19:29:43 EDT 2003


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

Modified Files:
	_bsddb.c 
Log Message:
raise pybsddb version number to 4.2.1 to differentiate between it and the 
version in the python 2.3.1 tree.


Index: _bsddb.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_bsddb.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** _bsddb.c	21 Sep 2003 00:08:14 -0000	1.19
--- _bsddb.c	21 Sep 2003 23:29:41 -0000	1.20
***************
*** 94,98 ****
  #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
  
! #define PY_BSDDB_VERSION "4.2.0"
  static char *rcs_id = "$Id$";
  
--- 94,98 ----
  #define DBVER (DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR)
  
! #define PY_BSDDB_VERSION "4.2.1"
  static char *rcs_id = "$Id$";
  





More information about the Python-checkins mailing list