Version 3.0.0
diff --git a/.gitignore b/.gitignore index d7b6de0..d163863 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1 @@ -build/ -bin/ \ No newline at end of file +build/ \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md index efe0a12..33b9819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,4 +1,4 @@ -# 3.0.0 (2025-??-??) +# 3.0.0 (2025-05-05) It has been a long time since the previous official release, so hopefully everyone has been using the latest code from "master" branch, which is always maintained in a good state, not the old version. For completeness, here is the list of changes since v2.0.1. The major version number has changed, so there are some compatibility-breaking changes, but the basic API stays the same and is mostly backward-compatible.
diff --git a/README.md b/README.md index 682464e..053d0a7 100644 --- a/README.md +++ b/README.md
@@ -87,7 +87,7 @@ # Binaries -The release comes with precompiled binary executable for "D3D12Sample" application which contains test suite. It is compiled using Visual Studio 2019, so it requires appropriate libraries to work, including "MSVCP140.dll", "VCRUNTIME140.dll", "VCRUNTIME140_1.dll". If its launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), "x64" version. +The release comes with precompiled binary executable for "D3D12Sample" application which contains test suite. It is compiled using Visual Studio 2022, so it requires appropriate libraries to work, including "MSVCP140.dll", "VCRUNTIME140.dll", "VCRUNTIME140_1.dll". If its launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170), "X64" version. # Copyright notice
diff --git a/bin/D3D12Sample.exe b/bin/D3D12Sample.exe new file mode 100644 index 0000000..628c38d --- /dev/null +++ b/bin/D3D12Sample.exe Binary files differ
diff --git a/bin/D3D12Sample_Release_vs2019.exe b/bin/D3D12Sample_Release_vs2019.exe deleted file mode 100644 index b0efd15..0000000 --- a/bin/D3D12Sample_Release_vs2019.exe +++ /dev/null Binary files differ
diff --git a/docs/html/index.html b/docs/html/index.html index 2f86e9c..ffc8b9e 100644 --- a/docs/html/index.html +++ b/docs/html/index.html
@@ -87,7 +87,7 @@ <div class="headertitle"><div class="title">D3D12 Memory Allocator </div></div> </div><!--header--> <div class="contents"> -<div class="textblock"><p><b>Version 3.0.0-development</b> (2025-??-??)</p> +<div class="textblock"><p><b>Version 3.0.0</b> (2025-05-05)</p> <p>Copyright (c) 2019-2025 Advanced Micro Devices, Inc. All rights reserved. <br /> License: MIT</p> <p>Documentation of all members: <a class="el" href="_d3_d12_mem_alloc_8h.html">D3D12MemAlloc.h</a></p>
diff --git a/include/D3D12MemAlloc.h b/include/D3D12MemAlloc.h index 97d9a46..bac01bc 100644 --- a/include/D3D12MemAlloc.h +++ b/include/D3D12MemAlloc.h
@@ -24,7 +24,7 @@ /** \mainpage D3D12 Memory Allocator -<b>Version 3.0.0-development</b> (2025-??-??) +<b>Version 3.0.0</b> (2025-05-05) Copyright (c) 2019-2025 Advanced Micro Devices, Inc. All rights reserved. \n License: MIT