]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - rmver.h
Increased number of infra Qs used by Kernel on K2l for UDMA
[keystone-rtos/rm-lld.git] / rmver.h
diff --git a/rmver.h b/rmver.h
index 7dc2a4c21531487dd69cb03ac4fdd3ad81d35fe4..9696408149384869b0725bec31330fcf204c9625 100755 (executable)
--- a/rmver.h
+++ b/rmver.h
@@ -14,7 +14,7 @@ extern "C" {
  *   @brief  Resource Manager Version Definitions
  *
  *  ============================================================
- *  Copyright (c) Texas Instruments Incorporated 2012-2013
+ *  Copyright (c) Texas Instruments Incorporated 2012-2014
  * 
  *  Redistribution and use in source and binary forms, with or without 
  *  modification, are permitted provided that the following conditions 
@@ -51,13 +51,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define RM_VERSION_ID                   (0x02000005)
+#define RM_VERSION_ID                   (0x02010005)
 
 /**
  * @brief   This is the version string which describes the RM along with the
  * date and build information.
  */
-#define RM_VERSION_STR                  "RM Revision: 02.00.00.05"
+#define RM_VERSION_STR                  "RM Revision: 02.01.00.05"
 
 
 #ifdef __cplusplus