Update version numbers

This commit is contained in:
Jason Watkins
2018-10-20 13:52:22 -07:00
parent c52deb3c45
commit cf6a45fb87
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ public class Main
{
String[] mainOpts = new String[] { "Record X-Plane", "Playback File", "Exit" };
System.out.println("X-Plane Connect Playback Example [Version 1.2.0.0]");
System.out.println("X-Plane Connect Playback Example [Version 1.3-rc.1]");
System.out.println("(c) 2013-2015 United States Government as represented by the Administrator");
System.out.println("of the National Aeronautics and Space Administration. All Rights Reserved.");
while(true)