- change applet display version to 0.81

This commit is contained in:
Richard Alam 2013-10-20 17:53:12 +00:00
parent d1864bc6c7
commit 87c5c41432
3 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class ScreenSharerRunner {
System.out.println("-----------------------------------------------------------------------");
System.out.println(LICENSE_HEADER);
System.out.println("-----------------------------------------------------------------------\n\n");
System.out.println("Desktop Sharing v0.8");
System.out.println("Desktop Sharing v0.81");
System.out.println("Start");
System.out.println("Connecting to " + ssi.host + ":" + ssi.port + " room " + ssi.room);
System.out.println("Sharing " + ssi.captureWidth + "x" + ssi.captureHeight + " at " + ssi.x + "," + ssi.y);