From: Digital X. <dig...@us...> - 2007-05-05 20:04:11
|
Update of /cvsroot/openrpg/openrpg1/orpg In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6880/orpg Modified Files: Tag: BRANCH-1-7-3 orpg_version.py Log Message: Index: orpg_version.py =================================================================== RCS file: /cvsroot/openrpg/openrpg1/orpg/orpg_version.py,v retrieving revision 1.121 retrieving revision 1.121.2.1 diff -C2 -d -r1.121 -r1.121.2.1 *** orpg_version.py 5 May 2007 19:44:05 -0000 1.121 --- orpg_version.py 5 May 2007 20:04:08 -0000 1.121.2.1 *************** *** 1,4 **** VERSION = "1.7.2" ! SERVER_MIN_CLIENT_VERSION = "1.7.2" #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) --- 1,4 ---- VERSION = "1.7.2" ! SERVER_MIN_CLIENT_VERSION = "1.7.3" #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) *************** *** 9,13 **** PROTOCOL_VERSION = "1.2" ! CLIENT_STRING = 'OpenRPG+ v' + VERSION + ':{' + BUILD + '}' # These two are used in pyver.py to ensure a minimum python is available --- 9,13 ---- PROTOCOL_VERSION = "1.2" ! CLIENT_STRING = 'OpenRPG v' + VERSION + ':{' + BUILD + '}' # These two are used in pyver.py to ensure a minimum python is available |