]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - rmver.h
Documentation and version updates for procsdk 5.0 release
[keystone-rtos/rm-lld.git] / rmver.h
diff --git a/rmver.h b/rmver.h
index 207a49ba99d8c9c78683868c2893e1587485bb0b..dee5d53200155a11aa0831aeeb61b7804ed15f04 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-2018
  * 
  *  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                   (0x02020003)
 
 /**
  * @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.03"
 
 
 #ifdef __cplusplus