Changed version for client and server.
This commit is contained in:
parent
bb94770127
commit
8c2c09a339
@ -12,7 +12,7 @@ import java.lang.*;
|
||||
*
|
||||
*/
|
||||
public class Client implements Runnable {
|
||||
private String version = "v1.0";
|
||||
private String version = "v1.0.1";
|
||||
private Socket socket = null;
|
||||
private ClientThread cThread = null;
|
||||
private DataOutputStream streamOut = null;
|
||||
|
@ -15,7 +15,7 @@ import java.util.*;
|
||||
*
|
||||
*/
|
||||
public class Server implements Runnable {
|
||||
private String version = "v1.0";
|
||||
private String version = "v1.0.1";
|
||||
private ArrayList<ServerThread> clients = new ArrayList<ServerThread>();
|
||||
private ServerSocket sSocket = null;
|
||||
private Thread thread = null;
|
||||
|
Loading…
Reference in New Issue
Block a user