From e52c2ac2ff033375b1a553b50fe08b377aa264f4 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Tue, 3 Jan 2023 10:12:20 -0800 Subject: [PATCH] Update build system versions to 1.608.2 --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e14722..1cea1fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/meson.build b/meson.build index f3eca85..f28ca79 100644 --- a/meson.build +++ b/meson.build @@ -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)]