aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal More <[email protected]>2021-07-27 18:22:03 +0530
committerVishal More <[email protected]>2021-07-27 18:22:03 +0530
commit0693fe29b1cbae7d4e05457e732f2af574a5745e (patch)
treea40a962346c6871c27dbea0e247c7757c41cac9b
parent[sdk] Increase timeout for cloud case (diff)
downloadgfesdk-1.1.236.tar.xz
gfesdk-1.1.236.zip
[SDK] Adding robust cloud check1.1.236
Adding robust cloud check
-rw-r--r--CHANGELOG.md5
-rw-r--r--include/gfesdk/config.h6
-rw-r--r--include/gfesdk/gfe3_product_version.h8
-rw-r--r--redist/win32/GfeSDK.dllbin2451824 -> 2467536 bytes
-rw-r--r--redist/win64/GfeSDK.dllbin3258736 -> 3280080 bytes
-rw-r--r--samples/bin/DX_APIUsage/win32/GfeSDK.dllbin2451824 -> 2467536 bytes
6 files changed, 7 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c12678..0ab6560 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,5 @@
# Changelog
-## NVIDIA GfeSDK 1.1 (2020-06-08)
-### Bug Fixes
-* **Security** Security fixes
-* **Roubestness** Added more robust error checking
-
## NVIDIA GfeSDK 1.1 (2018-08-1)
### Improvements
* **Documentation** Expanded information about CreateInputParams member variables
diff --git a/include/gfesdk/config.h b/include/gfesdk/config.h
index 4769fa3..d8c6ca6 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 234
-#define NVGSDK_BUILD_HASH a408ed0b
-#define NVGSDK_BUILD_HASH_STR "a408ed0b"
+#define NVGSDK_BUILD_NUMBER 236
+#define NVGSDK_BUILD_HASH 22202994
+#define NVGSDK_BUILD_HASH_STR "22202994"
#endif // _NVGSDK_CONFIG_H_
diff --git a/include/gfesdk/gfe3_product_version.h b/include/gfesdk/gfe3_product_version.h
index ec2da2c..fc685e1 100644
--- a/include/gfesdk/gfe3_product_version.h
+++ b/include/gfesdk/gfe3_product_version.h
@@ -13,7 +13,7 @@
#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 168
+#define NVIDIA_GFE3_VERSION_BUILD 234
//
// Composite version values. We don't concatenate them here automatically because
@@ -22,11 +22,11 @@
//
// Format: A,B,XY,N
-#define NVIDIA_GFE3_VERSION 4,0,0,168
+#define NVIDIA_GFE3_VERSION 4,0,0,234
// Format: A.B.XY.N
-#define NVIDIA_GFE3_VERSION_DOT 4.0.0.168
+#define NVIDIA_GFE3_VERSION_DOT 4.0.0.234
// Format: "A.B.XY.N"
-#define NVIDIA_GFE3_VERSION_STRING "4.0.0.168"
+#define NVIDIA_GFE3_VERSION_STRING "4.0.0.234"
//
// Some common strings
diff --git a/redist/win32/GfeSDK.dll b/redist/win32/GfeSDK.dll
index b9c6f80..9938dde 100644
--- a/redist/win32/GfeSDK.dll
+++ b/redist/win32/GfeSDK.dll
Binary files differ
diff --git a/redist/win64/GfeSDK.dll b/redist/win64/GfeSDK.dll
index 7d3bbb3..74a2fb0 100644
--- a/redist/win64/GfeSDK.dll
+++ b/redist/win64/GfeSDK.dll
Binary files differ
diff --git a/samples/bin/DX_APIUsage/win32/GfeSDK.dll b/samples/bin/DX_APIUsage/win32/GfeSDK.dll
index b9c6f80..160d13a 100644
--- a/samples/bin/DX_APIUsage/win32/GfeSDK.dll
+++ b/samples/bin/DX_APIUsage/win32/GfeSDK.dll
Binary files differ