Update image 2017 v5 (#254)

* Updated the image version and dependent libraries to 2017 v5.

* Updated version for beta 1

* Some additional library updates, task updates, and rpath updates
This commit is contained in:
Fred Silberberg
2016-10-08 00:13:31 -07:00
committed by GitHub
parent a59e00e901
commit 8d1c51b7e9
170 changed files with 1005 additions and 2411 deletions

View File

@@ -215,7 +215,7 @@ public abstract class RobotBase {
file.createNewFile();
try (FileOutputStream output = new FileOutputStream(file)) {
output.write("2016 Java Release 5".getBytes());
output.write("v2017.1.0-beta-1".getBytes());
}
} catch (IOException ex) {