From: Fred L. D. <fd...@us...> - 2004-01-29 08:53:53
|
Update of /cvsroot/cvs-syncmail/syncmail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28309 Modified Files: syncmail Log Message: bump the version number, since we changed the support level for ancient versions of Python Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- syncmail 23 Jan 2004 15:51:58 -0000 1.37 +++ syncmail 23 Jan 2004 15:57:28 -0000 1.38 @@ -88,7 +88,7 @@ email-addrs At least one email address. """ -__version__ = '1.2' +__version__ = '1.3' import os import sys |