version.h 652 B

123456789101112131415161718192021
  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 in compliance
  4. with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2013
  6. All rights reserved.
  7. */
  8. #if !defined(__VERSION_H__)
  9. #define __VERSION_H__
  10. // Version Information
  11. #define SW_VER_PPP "ALU"
  12. #define SW_VER_NUM "2.9"
  13. #define SW_VER_DEV "03"
  14. #define SW_VER_SUFFIX ""
  15. #define SW_VER SW_VER_PPP SW_VER_NUM SW_VER_DEV SW_VER_SUFFIX
  16. #define SW_DESCR ""
  17. #endif // !defined(CONFIG_H)