Update of /cvsroot/jcrossclient/jcrossclient
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24029
Modified Files:
CFclient.java
Log Message:
bump version number
Index: CFclient.java
===================================================================
RCS file: /cvsroot/jcrossclient/jcrossclient/CFclient.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** CFclient.java 19 Apr 2006 23:05:27 -0000 1.39
--- CFclient.java 20 Apr 2006 02:20:52 -0000 1.40
***************
*** 1548,1552 ****
void writePVersion() {
try {
! mConnection.writeBytes("version "+protocol_version + " 1027 JCrossclient 1.0 alpha-3CVS");
/* make the server use the new map style commands */
mConnection.writeBytes("setup map1cmd 1 itemcmd 2 exp64 1 spellmon 1 newmapcmd 1 mapsize " + mapwin.XMAX + "x" + mapwin.YMAX);
--- 1548,1552 ----
void writePVersion() {
try {
! mConnection.writeBytes("version "+protocol_version + " 1027 JCrossclient 1.0 alpha-4");
/* make the server use the new map style commands */
mConnection.writeBytes("setup map1cmd 1 itemcmd 2 exp64 1 spellmon 1 newmapcmd 1 mapsize " + mapwin.XMAX + "x" + mapwin.YMAX);
|