]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - rmver.h
Corrected version in rmvher.h
[keystone-rtos/rm-lld.git] / rmver.h
diff --git a/rmver.h b/rmver.h
old mode 100755 (executable)
new mode 100644 (file)
index 14b2eb7..207a49b
--- a/rmver.h
+++ b/rmver.h
@@ -14,7 +14,7 @@ extern "C" {
  *   @brief  Resource Manager Version Definitions
  *
  *  ============================================================
- *  Copyright (c) Texas Instruments Incorporated 2012-2014
+ *  Copyright (c) Texas Instruments Incorporated 2012-2015
  * 
  *  Redistribution and use in source and binary forms, with or without 
  *  modification, are permitted provided that the following conditions 
@@ -47,22 +47,23 @@ extern "C" {
 */
 
 /**
- * @brief   This is the RM Version. Versions numbers are encoded in the following 
+ * @brief   This is the RM Version. Versions numbers are encoded in the
+ *          following
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define RM_VERSION_ID                   (0x0201003EE)
+#define RM_VERSION_ID                   (0x02020000)
 
 /**
  * @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.1006"
+#define RM_VERSION_STR                  "RM Revision: 02.02.00.00"
 
 
 #ifdef __cplusplus
 }
 #endif
-  
+
 
 #endif  /* _RMVER_H */