/*
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. 2014
All rights reserved.
*/

#if !defined(__VERSION_H__)
#define __VERSION_H__

// Version Information
#define SW_VER_PPP                     "ALU"
#define SW_VER_NUM                     "3.2"
#define SW_VER_DEV                     "00"
#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)