Skip to content

Commit e36e5d1

Browse files
committed
Version 3.12.2
1 parent f519c53 commit e36e5d1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 3.12.2 (2025-06-12)
2+
3+
Changes:
4+
5+
- Updated DirectX 12 Agility SDK. No new data to fetch.
6+
7+
Compiled with DirectX 12 Agility SDK 1.616.1 ("D3d12info.exe") / 1.717.1-preview ("D3d12info\_preview.exe"), AMD AGS 6.3.0, AMD device\_info from 2025-03-11 (commit hash `1e9040681766423e6b361c6fd541834c3864a00b`), NVAPI R575, Intel GPU Detect from 2025-04-28 (commit hash `649cf14acd63e1d7ad7e30d3c558fb447f9f8c5b`).
8+
19
# Version 3.12.1 (2025-06-07)
210

311
Changes:

Src/Utils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ For more information, see files README.md, LICENSE.txt.
1111

1212
const wchar_t* const PROGRAM_NAME = L"D3d12info";
1313
const char* const PROGRAM_NAME_ANSI = "D3d12info";
14-
const wchar_t* const PROGRAM_VERSION = L"3.12.1";
15-
const uint32_t PROGRAM_VERSION_NUMBER = (3u << 20) | (12u << 10) | (1u);
14+
const wchar_t* const PROGRAM_VERSION = L"3.12.2";
15+
const uint32_t PROGRAM_VERSION_NUMBER = (3u << 20) | (12u << 10) | (2u);
1616

1717
wstring SizeToStr(uint64_t size)
1818
{

0 commit comments

Comments
 (0)