summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7eeab52)
raw | patch | inline | side by side (parent: 7eeab52)
author | Hao Zhang <hzhang@ti.com> | |
Mon, 18 Mar 2019 12:17:19 +0000 (08:17 -0400) | ||
committer | Hao Zhang <hzhang@ti.com> | |
Mon, 18 Mar 2019 12:17:19 +0000 (08:17 -0400) |
Signed-off-by: Hao Zhang <hzhang@ti.com>
fvid2ver.h | patch | blob | history | |
package.xdc | patch | blob | history |
diff --git a/fvid2ver.h b/fvid2ver.h
index e8f2ec145b41d9090377dfba317bc2e0927863b1..1ea3915a2214d4e2da7de8ad27c331c4ff76231a 100644 (file)
--- a/fvid2ver.h
+++ b/fvid2ver.h
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define FVID2_DRV_VERSION_ID (0x01000000)
+#define FVID2_DRV_VERSION_ID (0x01000002)
/**
* @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.02"
#ifdef __cplusplus
diff --git a/package.xdc b/package.xdc
index 4b7d08760b8217229ba94db217419d3aa5666cc3..298af5e16c57413bb19e9dea0264891cffd1bb81 100644 (file)
--- a/package.xdc
+++ b/package.xdc
*
* Copyright (C) 2018, Texas Instruments, Inc.
*****************************************************************************/
-package ti.drv.fvid2[1, 0, 0, 1] {
+package ti.drv.fvid2[1, 0, 0, 2] {
module Settings;
}