/* 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. 2013 All rights reserved. */ #if !defined(__VERSION_H__) #define __VERSION_H__ // Version Information #define SW_VER_PPP "ALU" #define SW_VER_NUM "2.9" #define SW_VER_DEV "03" #define SW_VER_SUFFIX "" #define SW_VER SW_VER_PPP SW_VER_NUM SW_VER_DEV SW_VER_SUFFIX #define SW_DESCR "" #endif // !defined(CONFIG_H)