summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pruicss_ver.h')
-rw-r--r--pruicss_ver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pruicss_ver.h b/pruicss_ver.h
index ac5c470..4c4900e 100644
--- a/pruicss_ver.h
+++ b/pruicss_ver.h
@@ -51,13 +51,13 @@ extern "C" {
51 * format: 51 * format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */ 53 */
54#define PRUICSS_DRV_VERSION_ID (0x0100000B) 54#define PRUICSS_DRV_VERSION_ID (0x0100000D)
55 55
56/** 56/**
57 * @brief This is the version string which describes the PRUICSS driver along with the 57 * @brief This is the version string which describes the PRUICSS driver along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.11" 60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.13"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus