summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan2015-04-27 14:11:01 -0500
committerTinku Mannan2015-04-27 14:11:01 -0500
commita3494c9aaa2808f438d26b2c3b8b091448ffc445 (patch)
tree0a9e82b28abdf3bbf4639936c0bedcbb76ff6050
parent9a3712d615ff20b5224ba01b75b4e46271e5522d (diff)
downloadnwal-lld-a3494c9aaa2808f438d26b2c3b8b091448ffc445.tar.gz
nwal-lld-a3494c9aaa2808f438d26b2c3b8b091448ffc445.tar.xz
nwal-lld-a3494c9aaa2808f438d26b2c3b8b091448ffc445.zip
Update versionDEV.NWAL.02.01.00.06
-rwxr-xr-xti/drv/nwal/nwalver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ti/drv/nwal/nwalver.h b/ti/drv/nwal/nwalver.h
index 7c48e98..c2f33d6 100755
--- a/ti/drv/nwal/nwalver.h
+++ b/ti/drv/nwal/nwalver.h
@@ -54,13 +54,13 @@ extern "C" {
54 * format: 54 * format:
55 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 55 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
56 */ 56 */
57#define NWAL_LLD_VERSION_ID (0x02010005) 57#define NWAL_LLD_VERSION_ID (0x02010006)
58 58
59/** 59/**
60 * @brief This is the version string which describes the NWAL LLD along with the 60 * @brief This is the version string which describes the NWAL LLD along with the
61 * date and build information. 61 * date and build information.
62 */ 62 */
63#define NWAL_LLD_VERSION_STR "NWAL LLD Revision: 02.01.00.05" 63#define NWAL_LLD_VERSION_STR "NWAL LLD Revision: 02.01.00.06"
64 64
65 65
66#ifdef __cplusplus 66#ifdef __cplusplus