Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cd54449799501a4ad129a4c7ccf0c026bbb699f937ba299d92de3aacd29c5be
size 458121

BIN
DirectX-Headers-1.614.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

22
version-fixup.diff Normal file
View File

@ -0,0 +1,22 @@
--- 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')