ThingWorx C SDK
twVersion.h
1 /*
2  * Copyright 2017, PTC, Inc.
3  *
4  * This software is distributed under a license. The full license
5  * agreement can be found in the file LICENSE in this distribution.
6  * This software may not be copied, modified, sold or distributed
7  * other than expressed in the named license agreement.
8  *
9  * This software is distributed without any warranty.
10  *
11  * Version header file.
12  */
13 
14 #ifndef C_SDK_VERSION
15 #define C_SDK_VERSION "0.0.0.0"
16 #endif