Skip to content

Commit

Permalink
Changed rc to 0 for 1.0.6 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 25, 2023
1 parent 3f40744 commit 4186cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(vsg
LANGUAGES CXX
)
set(VSG_SOVERSION 13)
SET(VSG_RELEASE_CANDIDATE 1)
SET(VSG_RELEASE_CANDIDATE 0)
set(Vulkan_MIN_VERSION 1.1.70.0)

set(VSG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" CACHE INTERNAL "Root source directory of VulkanSceneGraph.")
Expand Down

0 comments on commit 4186cd5

Please sign in to comment.