mirror of
https://github.com/microsoft/DirectX-Headers.git
synced 2024-11-23 01:46:44 +08:00
Update build system version info to 1.614.1
This commit is contained in:
parent
68587e02cb
commit
48a7629732
@ -3,7 +3,7 @@
|
||||
cmake_minimum_required(VERSION 3.10.2)
|
||||
project(DirectX-Headers
|
||||
LANGUAGES CXX
|
||||
VERSION 1.613.1
|
||||
VERSION 1.614.1
|
||||
)
|
||||
include(CTest)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
project('DirectX-Headers', 'cpp', version : '1.613.1',
|
||||
project('DirectX-Headers', 'cpp', version : '1.614.1',
|
||||
default_options : ['cpp_std=c++14'])
|
||||
|
||||
cpp = meson.get_compiler('cpp')
|
||||
|
Loading…
Reference in New Issue
Block a user