]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/fvid2.git/blobdiff - fvid2ver.h
6.0 doc/ver update
[keystone-rtos/fvid2.git] / fvid2ver.h
index e8f2ec145b41d9090377dfba317bc2e0927863b1..5b652a611da5507337fd61473081bdd65fd062ef 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
  *   @brief  FVID2 Driver Version Definitions
  *
  *  ============================================================
- *  Copyright (c) Texas Instruments Incorporated 2018
+ *  Copyright (c) Texas Instruments Incorporated 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 FVID2_DRV_VERSION_ID                     (0x01000000)
+#define FVID2_DRV_VERSION_ID                     (0x01000003)
 
 /**
  * @brief   This is the version string which describes the FVID2 driver along with the
  * date and build information.
  */
-#define FVID2_DRV_VERSION_STR                    "FVID2 Driver Revision: 01.00.00.00"
+#define FVID2_DRV_VERSION_STR                    "FVID2 Driver Revision: 01.00.00.03"
 
 
 #ifdef __cplusplus