Skip to content

Commit ce9f6ab

Browse files
Version 3.0.0
1 parent da8b81f commit ce9f6ab

File tree

7 files changed

+5
-6
lines changed

7 files changed

+5
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
build/
2-
bin/
1+
build/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.0.0 (2025-??-??)
1+
# 3.0.0 (2025-05-05)
22

33
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.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ With this one function call:
8787
8888
# Binaries
8989
90-
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.
90+
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.
9191
9292
# Copyright notice
9393

bin/D3D12Sample.exe

612 KB
Binary file not shown.

bin/D3D12Sample_Release_vs2019.exe

-270 KB
Binary file not shown.

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<div class="headertitle"><div class="title">D3D12 Memory Allocator </div></div>
8888
</div><!--header-->
8989
<div class="contents">
90-
<div class="textblock"><p><b>Version 3.0.0-development</b> (2025-??-??)</p>
90+
<div class="textblock"><p><b>Version 3.0.0</b> (2025-05-05)</p>
9191
<p>Copyright (c) 2019-2025 Advanced Micro Devices, Inc. All rights reserved. <br />
9292
License: MIT</p>
9393
<p>Documentation of all members: <a class="el" href="_d3_d12_mem_alloc_8h.html">D3D12MemAlloc.h</a></p>

include/D3D12MemAlloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/** \mainpage D3D12 Memory Allocator
2626
27-
<b>Version 3.0.0-development</b> (2025-??-??)
27+
<b>Version 3.0.0</b> (2025-05-05)
2828
2929
Copyright (c) 2019-2025 Advanced Micro Devices, Inc. All rights reserved. \n
3030
License: MIT

0 commit comments

Comments
 (0)