X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Ffvid2.git;a=blobdiff_plain;f=fvid2ver.h;h=5b652a611da5507337fd61473081bdd65fd062ef;hp=1ea3915a2214d4e2da7de8ad27c331c4ff76231a;hb=45e76f5a5b236583fa001f37131d353c9c91ede9;hpb=28a0df280b0c46ed775b62b261bacfa6f0f8fd7e diff --git a/fvid2ver.h b/fvid2ver.h index 1ea3915..5b652a6 100644 --- a/fvid2ver.h +++ b/fvid2ver.h @@ -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 (0x01000002) +#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.02" +#define FVID2_DRV_VERSION_STR "FVID2 Driver Revision: 01.00.00.03" #ifdef __cplusplus