summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9827561)
raw | patch | inline | side by side (parent: 9827561)
author | Justin Sobota <jsobota@ti.com> | |
Tue, 15 Dec 2015 15:46:47 +0000 (10:46 -0500) | ||
committer | Justin Sobota <jsobota@ti.com> | |
Tue, 15 Dec 2015 15:46:47 +0000 (10:46 -0500) |
Signed-off-by: Justin Sobota <jsobota@ti.com>
rmver.h | patch | blob | history |
index 2d0636ff7fe97e0616876554d659febdcc0516ca..207a49ba99d8c9c78683868c2893e1587485bb0b 100644 (file)
--- a/rmver.h
+++ b/rmver.h
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define RM_VERSION_ID (0x02010200)
+#define RM_VERSION_ID (0x02020000)
/**
* @brief This is the version string which describes the RM along with the
* date and build information.
*/
-#define RM_VERSION_STR "RM Revision: 02.01.02.00"
+#define RM_VERSION_STR "RM Revision: 02.02.00.00"
#ifdef __cplusplus