diff options
| author | Vishal More <[email protected]> | 2021-05-14 02:11:27 +0530 |
|---|---|---|
| committer | Vishal More <[email protected]> | 2021-05-14 02:11:27 +0530 |
| commit | 0ef2f14cdd01e5404cf0a02d777697f07a874724 (patch) | |
| tree | 7a7ff73eca8a78f8f2618e42a9a8d744a5a0f77e /include | |
| parent | [sdk] removing uwp binaries (diff) | |
| download | gfesdk-1.1.234.tar.xz gfesdk-1.1.234.zip | |
[sdk] Increase timeout for cloud case1.1.234
Bug 3299964
Need to increase timeout value for NV internal case
Diffstat (limited to 'include')
| -rw-r--r-- | include/gfesdk/config.h | 6 | ||||
| -rw-r--r-- | include/gfesdk/gfe3_product_version.h | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/include/gfesdk/config.h b/include/gfesdk/config.h index 6ca38ae..4769fa3 100644 --- a/include/gfesdk/config.h +++ b/include/gfesdk/config.h @@ -18,8 +18,8 @@ #define NVGSDK_VERSION_MAJOR 1 #define NVGSDK_VERSION_MINOR 1 -#define NVGSDK_BUILD_NUMBER 232 -#define NVGSDK_BUILD_HASH 4cdf2529 -#define NVGSDK_BUILD_HASH_STR "4cdf2529" +#define NVGSDK_BUILD_NUMBER 234 +#define NVGSDK_BUILD_HASH a408ed0b +#define NVGSDK_BUILD_HASH_STR "a408ed0b" #endif // _NVGSDK_CONFIG_H_ diff --git a/include/gfesdk/gfe3_product_version.h b/include/gfesdk/gfe3_product_version.h index ae9486b..ec2da2c 100644 --- a/include/gfesdk/gfe3_product_version.h +++ b/include/gfesdk/gfe3_product_version.h @@ -9,11 +9,11 @@ // Y - _rel_next to _rel rebase counter. // N - Build counter. // -#define NVIDIA_GFE3_VERSION_MAJOR 3 -#define NVIDIA_GFE3_VERSION_MINOR 21 +#define NVIDIA_GFE3_VERSION_MAJOR 4 +#define NVIDIA_GFE3_VERSION_MINOR 0 #define NVIDIA_GFE3_VERSION_DEV_REBASE 0 #define NVIDIA_GFE3_VERSION_RNEXT_REBASE 0 -#define NVIDIA_GFE3_VERSION_BUILD 449 +#define NVIDIA_GFE3_VERSION_BUILD 168 // // Composite version values. We don't concatenate them here automatically because @@ -22,11 +22,11 @@ // // Format: A,B,XY,N -#define NVIDIA_GFE3_VERSION 3,21,0,449 +#define NVIDIA_GFE3_VERSION 4,0,0,168 // Format: A.B.XY.N -#define NVIDIA_GFE3_VERSION_DOT 3.21.0.449 +#define NVIDIA_GFE3_VERSION_DOT 4.0.0.168 // Format: "A.B.XY.N" -#define NVIDIA_GFE3_VERSION_STRING "3.21.0.449" +#define NVIDIA_GFE3_VERSION_STRING "4.0.0.168" // // Some common strings |