/* This software is subject to the license described in the License.txt file included with this software distribution. You may not use this file except in compliance with this license. Copyright (c) Dynastream Innovations Inc. 2016 All rights reserved. */ #ifndef _BUILD_VERSION_H_ #define _BUILD_VERSION_H_ #define VERSION_MAJOR 03 #define VERSION_MINOR 05 #define VERSION_REVISION 0 #define VERSION_BUILD 0 #define PRODUCT_STRING "ANT Unmanaged Wrapper" #endif //ifndef _BUILD_VERSION_H_