]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcbsp-lld.git/blobdiff - mcbspver.h
Merge pull request #10 in PROCESSOR-SDK/mcbsp-lld from PRSDK-3669 to master
[keystone-rtos/mcbsp-lld.git] / mcbspver.h
index 4685b0a1e3729db1e79833636f1a60d08852eb03..5565ff22670d38895a7ce9e359ef4187548f991c 100644 (file)
@@ -51,13 +51,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define MCBSP_DRV_VERSION_ID                     (0x01000002)
+#define MCBSP_DRV_VERSION_ID                     (0x0100000A)
 
 /**
  * @brief   This is the version string which describes the MCBSP driver along with the
  * date and build information.
  */
-#define MCBSP_DRV_VERSION_STR                    "MCBSP Driver Revision: 01.00.00.02"
+#define MCBSP_DRV_VERSION_STR                    "MCBSP Driver Revision: 01.00.00.10"
 
 
 #ifdef __cplusplus