Update versions to 1.613.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06fefab..0cd99ab 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.613.0
+ VERSION 1.613.1
)
include(CTest)
set(CMAKE_CXX_STANDARD 14)
diff --git a/meson.build b/meson.build
index f1609be..d44ec0b 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.613.0',
+project('DirectX-Headers', 'cpp', version : '1.613.1',
default_options : ['cpp_std=c++14'])
cpp = meson.get_compiler('cpp')