Update version numbers to 1.616.0

This commit is contained in:
Jesse Natalie
2025-05-28 16:21:45 -07:00
parent b64b800248
commit c94b9b23aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.10.2)
project(DirectX-Headers
LANGUAGES CXX
VERSION 1.615.0
VERSION 1.616.0
)
include(CTest)
set(CMAKE_CXX_STANDARD 14)
+1 -1
View File
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
project('DirectX-Headers', 'cpp', version : '1.615.0',
project('DirectX-Headers', 'cpp', version : '1.616.0',
default_options : ['cpp_std=c++14'])
cpp = meson.get_compiler('cpp')