Update of /cvsroot/openrpg/openrpg1/orpg
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28592/orpg
Modified Files:
orpg_version.py orpg_wx.py
Log Message:
Index: orpg_version.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/orpg_version.py,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** orpg_version.py 9 May 2007 19:31:30 -0000 1.122
--- orpg_version.py 9 May 2007 19:44:33 -0000 1.123
***************
*** 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.4"
! SERVER_MIN_CLIENT_VERSION = "1.7.1"
#BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
Index: orpg_wx.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/orpg_wx.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** orpg_wx.py 1 Mar 2007 22:25:40 -0000 1.16
--- orpg_wx.py 9 May 2007 19:44:33 -0000 1.17
***************
*** 1,5 ****
try:
import wxversion
! wxversion.select(["2.7", "2.8"])
import wx
import wx.html
--- 1,5 ----
try:
import wxversion
! wxversion.select(["2.6", "2.7", "2.8"])
import wx
import wx.html
|