Turi Create
4.0
version.hpp
1
/* Copyright © 2017 Apple Inc. All rights reserved.
2
*
3
* Use of this source code is governed by a BSD-3-clause license that can
4
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5
*/
6
#ifndef TURI_UNITY_VERSION_HPP
7
#define TURI_UNITY_VERSION_HPP
8
#include "version_number.hpp"
9
10
#ifdef __UNITY_VERSION__
11
#define UNITY_VERSION __UNITY_VERSION__
12
#else
13
#define UNITY_VERSION "0.1.internal"
14
#endif
15
#endif
model_server
lib
version.hpp
Generated by
1.8.13