]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
Update version and RN for MCSDK 3.1.3 release
authorJustin Sobota <jsobota@ti.com>
Sat, 21 Feb 2015 17:41:09 +0000 (12:41 -0500)
committerJustin Sobota <jsobota@ti.com>
Sat, 21 Feb 2015 17:41:09 +0000 (12:41 -0500)
docs/ReleaseNotes_RM.doc
docs/ReleaseNotes_RM.pdf
rmver.h

index 2b9268c9658c03acbc62de1a9964862b224a0ec6..049931abd340ff94fd4aa440e7f19c42000cc40f 100644 (file)
Binary files a/docs/ReleaseNotes_RM.doc and b/docs/ReleaseNotes_RM.doc differ
index 0a42db183bbe88612638bd79e9846f12b16f7648..e5d6af8f5d8ad0c7c889e8f5c83a42269dff1452 100644 (file)
Binary files a/docs/ReleaseNotes_RM.pdf and b/docs/ReleaseNotes_RM.pdf differ
diff --git a/rmver.h b/rmver.h
index d148be427d92c11de2f0c995de259b1166d7ae7b..339645946faa144aed73c60d8ebe24e0ad0b1b10 100755 (executable)
--- a/rmver.h
+++ b/rmver.h
@@ -51,13 +51,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define RM_VERSION_ID                   (0x02010007)
+#define RM_VERSION_ID                   (0x02010008)
 
 /**
  * @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.00.07"
+#define RM_VERSION_STR                  "RM Revision: 02.01.00.08"
 
 
 #ifdef __cplusplus