]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
Update version to 02.02.00.01 DEV.RM_LLD.02.02.00.01
authorJustin Sobota <jsobota@ti.com>
Thu, 17 Mar 2016 15:45:06 +0000 (11:45 -0400)
committerJustin Sobota <jsobota@ti.com>
Thu, 17 Mar 2016 15:45:06 +0000 (11:45 -0400)
Signed-off-by: Justin Sobota <jsobota@ti.com>
docs/ReleaseNotes_RM.doc
docs/ReleaseNotes_RM.pdf
package.xdc
rmver.h

index f8ef48a92c1248fffc23e0bec45944b49b95903d..da12b960b499180ae616fee9cafd5d286161baa0 100644 (file)
Binary files a/docs/ReleaseNotes_RM.doc and b/docs/ReleaseNotes_RM.doc differ
index a97172deaa24e44abb86582a543f1f6defb9595c..e6fbe29d5b837b9eaa98b6ce264b2016d500ea6d 100644 (file)
Binary files a/docs/ReleaseNotes_RM.pdf and b/docs/ReleaseNotes_RM.pdf differ
index c54ff8a91be8a4229abb61b81d8a9d10134676fd..08a39e912e11c6e5f22b86fbd31879d863d8fecb 100755 (executable)
@@ -6,9 +6,9 @@
  * DESCRIPTION: \r
  *  This file contains the package specification for the RM library\r
  *\r
  * DESCRIPTION: \r
  *  This file contains the package specification for the RM library\r
  *\r
- * Copyright (C) 2012-2015, Texas Instruments, Inc.\r
+ * Copyright (C) 2012-2016, Texas Instruments, Inc.\r
  *****************************************************************************/\r
 \r
  *****************************************************************************/\r
 \r
-package ti.drv.rm[2, 2, 0, 00] {\r
+package ti.drv.rm[2, 2, 0, 01] {\r
     module Settings;\r
 }\r
     module Settings;\r
 }\r
diff --git a/rmver.h b/rmver.h
index 207a49ba99d8c9c78683868c2893e1587485bb0b..18ebcb47f1cec2dd484265064323ab5b0018aafb 100644 (file)
--- a/rmver.h
+++ b/rmver.h
@@ -14,7 +14,7 @@ extern "C" {
  *   @brief  Resource Manager Version Definitions
  *
  *  ============================================================
  *   @brief  Resource Manager Version Definitions
  *
  *  ============================================================
- *  Copyright (c) Texas Instruments Incorporated 2012-2015
+ *  Copyright (c) Texas Instruments Incorporated 2012-2016
  * 
  *  Redistribution and use in source and binary forms, with or without 
  *  modification, are permitted provided that the following conditions 
  * 
  *  Redistribution and use in source and binary forms, with or without 
  *  modification, are permitted provided that the following conditions 
@@ -52,13 +52,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define RM_VERSION_ID                   (0x02020000)
+#define RM_VERSION_ID                   (0x02020001)
 
 /**
  * @brief   This is the version string which describes the RM along with the
  * date and build information.
  */
 
 /**
  * @brief   This is the version string which describes the RM along with the
  * date and build information.
  */
-#define RM_VERSION_STR                  "RM Revision: 02.02.00.00"
+#define RM_VERSION_STR                  "RM Revision: 02.02.00.01"
 
 
 #ifdef __cplusplus
 
 
 #ifdef __cplusplus