build_version.h 555 B

123456789101112131415161718
  1. /*
  2. This software is subject to the license described in the License.txt file
  3. included with this software distribution. You may not use this file except
  4. in compliance with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2016
  6. All rights reserved.
  7. */
  8. #ifndef _BUILD_VERSION_H_
  9. #define _BUILD_VERSION_H_
  10. #define VERSION_MAJOR 3
  11. #define VERSION_MINOR 8
  12. #define VERSION_REVISION 0
  13. #define VERSION_BUILD 0
  14. #define PRODUCT_STRING "Demo HR Transmitter"
  15. #endif //ifndef _BUILD_VERSION_H_