Update of /cvsroot/openrpg/openrpg1/orpg
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29784/orpg
Modified Files:
orpg_version.py
Log Message:
Index: orpg_version.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/orpg_version.py,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** orpg_version.py 18 Feb 2007 16:20:57 -0000 1.100
--- orpg_version.py 20 Feb 2007 10:21:55 -0000 1.101
***************
*** 1,7 ****
! VERSION = "1.7.1"
! SERVER_MIN_CLIENT_VERSION = "1.7.1"
#BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
! BUILD = "070218-00"
--- 1,7 ----
! VERSION = "1.7.2"
! SERVER_MIN_CLIENT_VERSION = "1.7.2"
#BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
! BUILD = "070220-00"
|