From: Anthony B. <ant...@us...> - 2002-05-06 06:17:52
|
Update of /cvsroot/pydns/pydns/DNS In directory usw-pr-cvs1:/tmp/cvs-serv13442 Modified Files: __init__.py Log Message: found that the old README file called itself release 2.2. So make this one 2.3... Index: __init__.py =================================================================== RCS file: /cvsroot/pydns/pydns/DNS/__init__.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** __init__.py 6 May 2002 06:16:15 -0000 1.7 --- __init__.py 6 May 2002 06:17:49 -0000 1.8 *************** *** 9,13 **** # __init__.py for DNS class. ! __version__ = '0.1.0' import Type,Opcode,Status,Class --- 9,13 ---- # __init__.py for DNS class. ! __version__ = '2.3.0' import Type,Opcode,Status,Class *************** *** 23,26 **** --- 23,30 ---- # # $Log$ + # Revision 1.8 2002/05/06 06:17:49 anthonybaxter + # found that the old README file called itself release 2.2. So make + # this one 2.3... + # # Revision 1.7 2002/05/06 06:16:15 anthonybaxter # make some sort of reasonable version string. releasewards ho! |