summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pruicss_ver.h')
-rw-r--r--pruicss_ver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pruicss_ver.h b/pruicss_ver.h
index 4c4900e..99c1d81 100644
--- a/pruicss_ver.h
+++ b/pruicss_ver.h
@@ -14,7 +14,7 @@ extern "C" {
14 * @brief pruss Driver Version Definitions 14 * @brief pruss Driver Version Definitions
15 * 15 *
16 * ============================================================ 16 * ============================================================
17 * Copyright (c) Texas Instruments Incorporated 2009-2016 17 * Copyright (c) Texas Instruments Incorporated 2009-2019
18 * 18 *
19 * Redistribution and use in source and binary forms, with or without 19 * Redistribution and use in source and binary forms, with or without
20 * modification, are permitted provided that the following conditions 20 * modification, are permitted provided that the following conditions
@@ -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 (0x0100000D) 54#define PRUICSS_DRV_VERSION_ID (0x0100000E)
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.13" 60#define PRUICSS_DRV_VERSION_STR "pruss Driver Revision: 01.00.00.14"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus