Update build system version info to 1.614.1

This commit is contained in:
Jesse Natalie 2024-09-06 15:09:56 -07:00
parent 68587e02cb
commit 48a7629732
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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')