]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/pcie-lld.git/blobdiff - pciever.h
NOTICE OF RELOCATION
[keystone-rtos/pcie-lld.git] / pciever.h
index 2a17a141d905ce0387c189330ca737a7266e4e38..c0ac106d73192c16189fa722757cecc1fbc50405 100644 (file)
--- a/pciever.h
+++ b/pciever.h
@@ -14,7 +14,7 @@ extern "C" {
  *   @brief  PCIE sub-system LLD Version Definitions
  *
  *  ============================================================
- *  Copyright (c) Texas Instruments Incorporated 2009-2015
+ *  Copyright (c) Texas Instruments Incorporated 2009-2019
  * 
  *  Redistribution and use in source and binary forms, with or without 
  *  modification, are permitted provided that the following conditions 
@@ -51,13 +51,13 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define pcie_LLD_VERSION_ID                   (0x02020007U)
+#define pcie_LLD_VERSION_ID                   (0x02030005U)
 
 /**
  * @brief   This is the version string which describes the PCIE LLD along with the
  * date and build information.
  */
-#define pcie_LLD_VERSION_STR                  "PCIE LLD Revision: 02.02.00.07"
+#define pcie_LLD_VERSION_STR                  "PCIE LLD Revision: 02.03.00.05"
 
 
 #ifdef __cplusplus