Skip to content

Commit

Permalink
Update versions to 1.613.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenatali committed Mar 19, 2024
1 parent 412bd48 commit de28d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.10.2)
project(DirectX-Headers
LANGUAGES CXX
VERSION 1.613.0
VERSION 1.613.1
)
include(CTest)
set(CMAKE_CXX_STANDARD 14)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

project('DirectX-Headers', 'cpp', version : '1.613.0',
project('DirectX-Headers', 'cpp', version : '1.613.1',
default_options : ['cpp_std=c++14'])

cpp = meson.get_compiler('cpp')
Expand Down

0 comments on commit de28d93

Please sign in to comment.