Skip to content

Commit 5c45253

Browse files
committed
Update versions to 1.613.0
1 parent c526f20 commit 5c45253

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.611.1
6+
VERSION 1.613.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.611.1',
4+
project('DirectX-Headers', 'cpp', version : '1.613.0',
55
default_options : ['cpp_std=c++14'])
66

77
cpp = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)