Fixed version number in source file.

This commit is contained in:
Adam Sawicki 2018-09-10 14:07:32 +02:00
parent e929bab5d8
commit f305aebdfd
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ $(function() {
<div class="title">Vulkan Memory Allocator </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>Version 2.1.0-beta.1</b> (2018-08-27)</p>
<div class="textblock"><p><b>Version 2.1.0</b> (2018-09-10)</p>
<p>Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. <br />
License: MIT</p>
<p>Documentation of all members: <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a></p>

View File

@ -29,7 +29,7 @@ extern "C" {
/** \mainpage Vulkan Memory Allocator
<b>Version 2.1.0-beta.1</b> (2018-08-27)
<b>Version 2.1.0</b> (2018-09-10)
Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT