Skip to content

Commit d873b34

Browse files
committed
Update version numbers to 1.717.0
1 parent f67f602 commit d873b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.10.2)
44
project(DirectX-Headers
55
LANGUAGES CXX
6-
VERSION 1.716.1
6+
VERSION 1.717.0
77
)
88
include(CTest)
99
set(CMAKE_CXX_STANDARD 14)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
project('DirectX-Headers', 'cpp', version : '1.716.1-preview',
4+
project('DirectX-Headers', 'cpp', version : '1.717.0-preview',
55
default_options : ['cpp_std=c++14'])
66

77
cpp = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)