Scott Bradnick
9123b8e32b
* This release matches the content provided in the DirectX12 Agility SDK and the 1.615.0 NuGet package. - https://devblogs.microsoft.com/directx/directx12agility/ - https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.615.0 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/DirectX-Headers?expand=0&rev=30
23 lines
714 B
Diff
23 lines
714 B
Diff
--- CMakeLists.txt.smb 2024-05-17 09:08:48.438066598 -0400
|
|
+++ CMakeLists.txt 2024-05-17 09:08:57.914876687 -0400
|
|
@@ -3,7 +3,7 @@
|
|
cmake_minimum_required(VERSION 3.10.2)
|
|
project(DirectX-Headers
|
|
LANGUAGES CXX
|
|
- VERSION 1.613.1
|
|
+ VERSION 1.614.0
|
|
)
|
|
include(CTest)
|
|
set(CMAKE_CXX_STANDARD 14)
|
|
--- meson.build.smb 2024-05-17 09:10:12.959472507 -0400
|
|
+++ meson.build 2024-05-17 09:09:08.685039684 -0400
|
|
@@ -1,7 +1,7 @@
|
|
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
-project('DirectX-Headers', 'cpp', version : '1.613.1',
|
|
+project('DirectX-Headers', 'cpp', version : '1.614.0',
|
|
default_options : ['cpp_std=c++14'])
|
|
|
|
cpp = meson.get_compiler('cpp')
|