aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--include/gfesdk/config.h6
-rw-r--r--include/gfesdk/gfe3_product_version.h12
-rw-r--r--redist/win32/GfeSDK.dllbin2451256 -> 2451824 bytes
-rw-r--r--redist/win64/GfeSDK.dllbin3258168 -> 3258736 bytes
-rw-r--r--samples/bin/DX_APIUsage/win32/GfeSDK.dllbin2451256 -> 2451824 bytes
6 files changed, 10 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index d77cdd6..8a8128a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
+Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
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
diff --git a/redist/win32/GfeSDK.dll b/redist/win32/GfeSDK.dll
index 813a5ec..b9c6f80 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 3de2740..7d3bbb3 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 31473ae..b9c6f80 100644
--- a/samples/bin/DX_APIUsage/win32/GfeSDK.dll
+++ b/samples/bin/DX_APIUsage/win32/GfeSDK.dll
Binary files differ