Fixed version number in source file.
diff --git a/docs/html/index.html b/docs/html/index.html index 01b0a08..cf1721b 100644 --- a/docs/html/index.html +++ b/docs/html/index.html
@@ -65,7 +65,7 @@ <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>
diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index b7ea905..5fdadae 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h
@@ -29,7 +29,7 @@ /** \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