]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - rmver.h
Fix PRSDK-442
[keystone-rtos/rm-lld.git] / rmver.h
diff --git a/rmver.h b/rmver.h
index 207a49ba99d8c9c78683868c2893e1587485bb0b..0e115095f08bdb6245f718d98dd910d41441efb5 100644 (file)
--- a/rmver.h
+++ b/rmver.h
@@ -14,7 +14,7 @@ extern "C" {
  *   @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 
@@ -52,13 +52,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define RM_VERSION_ID                   (0x02020000)
+#define RM_VERSION_ID                   (0x02020002)
 
 /**
  * @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.02"
 
 
 #ifdef __cplusplus