Skip to content

Commit

Permalink
Publish version 2.3.0 final
Browse files Browse the repository at this point in the history
Updated version number. Regenerated Release binaries and Doxygen documentation.
  • Loading branch information
adam-sawicki-a committed Dec 4, 2019
1 parent 851d5e5 commit e9bfb53
Show file tree
Hide file tree
Showing 7 changed files with 5,779 additions and 5,773 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.3.0-alpha.1 (2019-11-25)
# 2.3.0 (2019-12-04)

Major release after a year of development in "master" branch and feature branches. Notable new features: supporting Vulkan 1.1, supporting query for memory budget.

Expand Down
Binary file modified bin/VmaReplay_Release_vs2019.exe
Binary file not shown.
Binary file modified bin/VulkanSample_Release_vs2019.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="title">Vulkan Memory Allocator </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>Version 2.3.0-alpha.1</b> (2019-11-25)</p>
<div class="textblock"><p><b>Version 2.3.0</b> (2019-12-04)</p>
<p>Copyright (c) 2017-2019 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>
Expand Down
11,542 changes: 5,774 additions & 5,768 deletions docs/html/vk__mem__alloc_8h_source.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/VulkanSample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ static const char* const SHADER_PATH1 = "./";
static const char* const SHADER_PATH2 = "../bin/";
static const wchar_t* const WINDOW_CLASS_NAME = L"VULKAN_MEMORY_ALLOCATOR_SAMPLE";
static const char* const VALIDATION_LAYER_NAME = "VK_LAYER_LUNARG_standard_validation";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0-alpha.1";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0-alpha.1";
static const char* const APP_TITLE_A = "Vulkan Memory Allocator Sample 2.3.0";
static const wchar_t* const APP_TITLE_W = L"Vulkan Memory Allocator Sample 2.3.0";

static const bool VSYNC = true;
static const uint32_t COMMAND_BUFFER_COUNT = 2;
Expand Down
2 changes: 1 addition & 1 deletion src/vk_mem_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {

/** \mainpage Vulkan Memory Allocator

<b>Version 2.3.0-alpha.1</b> (2019-11-25)
<b>Version 2.3.0</b> (2019-12-04)

Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT
Expand Down

0 comments on commit e9bfb53

Please sign in to comment.