From 396d871e4d4cbd936401bb2cb45a4e2d520bb362 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 15 Dec 2022 16:24:05 +0100 Subject: [PATCH] Bumped version number because of the addition to the API --- docs/html/index.html | 2 +- include/D3D12MemAlloc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/index.html b/docs/html/index.html index 9a000e7..2c564fe 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -72,7 +72,7 @@ $(function() {
D3D12 Memory Allocator
-

Version 2.0.2-development (2022-06-14)

+

Version 2.1.0-development (2022-12-15)

Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved.
License: MIT

Documentation of all members: D3D12MemAlloc.h

diff --git a/include/D3D12MemAlloc.h b/include/D3D12MemAlloc.h index 6cc7552..e2ce01c 100644 --- a/include/D3D12MemAlloc.h +++ b/include/D3D12MemAlloc.h @@ -24,7 +24,7 @@ /** \mainpage D3D12 Memory Allocator -Version 2.0.2-development (2022-06-14) +Version 2.1.0-development (2022-12-15) Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. \n License: MIT