Skip to content

Commit

Permalink
Update build system versions to 1.608.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenatali committed Jan 3, 2023
1 parent 8934b35 commit e52c2ac
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.606.4
VERSION 1.608.2
)

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.606.4',
project('DirectX-Headers', 'cpp', version : '1.608.2',
default_options : ['cpp_std=c++14'])

inc_dirs = [include_directories('include', is_system : true)]
Expand Down

0 comments on commit e52c2ac

Please sign in to comment.