/* 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 3 #define VERSION_MINOR 5 #define VERSION_MICRO 0 #define VERSION_STEPS 0 #define PRODUCT_STRING "Demo Dll" #endif //ifndef _BUILD_VERSION_H_