2016-10-20 23:54:04 -07:00
|
|
|
/*----------------------------------------------------------------------------*/
|
2017-01-01 01:05:57 -07:00
|
|
|
/* Copyright (c) FIRST 2008-2017. All Rights Reserved. */
|
2016-10-20 23:54:04 -07:00
|
|
|
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
|
|
|
|
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
|
|
|
|
/* the project. */
|
|
|
|
|
/*----------------------------------------------------------------------------*/
|
2016-10-23 16:34:00 -07:00
|
|
|
|
2016-10-20 23:54:04 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
/*
|
2016-10-23 16:34:00 -07:00
|
|
|
* The corresponding WPILibVersion.cpp file is autogenerated by the build
|
|
|
|
|
* system. If it does not exist, make sure that you run a build.
|
2016-10-20 23:54:04 -07:00
|
|
|
*/
|
|
|
|
|
extern const char* WPILibVersion;
|