mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
New 2018 and later build setup (#1001)
This commit is contained in:
committed by
Peter Johnson
parent
cb2c9eb6d5
commit
7f88cf768d
10
wpilibj/src/generate/WPILibVersion.java.in
Normal file
10
wpilibj/src/generate/WPILibVersion.java.in
Normal file
@@ -0,0 +1,10 @@
|
||||
package edu.wpi.first.wpilibj.util;
|
||||
|
||||
/*
|
||||
* Autogenerated file! Do not manually edit this file. This version is regenerated
|
||||
* any time the publish task is run, or when this file is deleted.
|
||||
*/
|
||||
|
||||
public final class WPILibVersion {
|
||||
public static final String Version = "${wpilib_version}";
|
||||
}
|
||||
Reference in New Issue
Block a user