[Python-checkins] python/dist/src/Modules _bsddb.c,1.32,1.33

greg at users.sourceforge.net greg at users.sourceforge.net
Sun Jun 27 19:36:39 EDT 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1285/Modules

Modified Files:
	_bsddb.c 
Log Message:
raise the module minor version.


Index: _bsddb.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_bsddb.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** _bsddb.c	27 Jun 2004 23:32:33 -0000	1.32
--- _bsddb.c	27 Jun 2004 23:36:37 -0000	1.33
***************
*** 98,102 ****
  #endif
  
! #define PY_BSDDB_VERSION "4.2.6"
  static char *rcs_id = "$Id$";
  
--- 98,102 ----
  #endif
  
! #define PY_BSDDB_VERSION "4.2.7"
  static char *rcs_id = "$Id$";
  




More information about the Python-checkins mailing list