]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/fvid2.git/commitdiff
6.1_version_update DEV.FVID2.01.00.00.04
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Sun, 29 Sep 2019 18:29:06 +0000 (14:29 -0400)
committerMahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Sun, 29 Sep 2019 18:29:06 +0000 (14:29 -0400)
fvid2ver.h
package.xdc

index 5b652a611da5507337fd61473081bdd65fd062ef..c7805a467933c72dc00e974d6d75878e1896f849 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
  * format:
  *  0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
  */
-#define FVID2_DRV_VERSION_ID                     (0x01000003)
+#define FVID2_DRV_VERSION_ID                     (0x01000004)
 
 /**
  * @brief   This is the version string which describes the FVID2 driver along with the
index 3c7a65a064f3e32ecaeb1c5482a1dd64ff131f32..fa86e9ad84e6f3e8751fa894ebcdca0f28c6a7a6 100644 (file)
@@ -8,6 +8,6 @@
  *
  * Copyright (C) 2019, Texas Instruments, Inc.
  *****************************************************************************/
-package ti.drv.fvid2[1, 0, 0, 3] {
+package ti.drv.fvid2[1, 0, 0, 4] {
     module Settings;
 }