1234567891011121314151617181920212223 |
- /*
- 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. 2012
- All rights reserved.
- */
- #if !defined(CONFIG_H)
- #define CONFIG_H
- // Version Information
- #define SW_VER_PPP "AJE"
- #define SW_VER_NUM "2.0"
- #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 ""
- #define SIM_AJE
- #endif // !defined(CONFIG_H)
|