Skip to content

Commit 140bb79

Browse files
committed
Changed rc to 0 for 1.0.1 release
1 parent d4c66e7 commit 140bb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(vsg
66
LANGUAGES CXX
77
)
88
set(VSG_SOVERSION 10)
9-
SET(VSG_RELEASE_CANDIDATE 2)
9+
SET(VSG_RELEASE_CANDIDATE 0)
1010
set(Vulkan_MIN_VERSION 1.1.70.0)
1111

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

0 commit comments

Comments
 (0)