Skip to content

Commit

Permalink
Bumped rc to 1 for 0.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 24, 2023
1 parent dba9260 commit a7a4faf
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(vsgImGui
LANGUAGES CXX
)
set(VSGIMGUI_SOVERSION 0)
SET(VSGIMGUI_RELEASE_CANDIDATE 0)
SET(VSGIMGUI_RELEASE_CANDIDATE 1)

set(VSGIMGUI_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" CACHE INTERNAL "Root source directory of vsgImGui")
set(VSGIMGUI_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}" CACHE INTERNAL "Root binary directory of vsgImGui")
Expand Down

0 comments on commit a7a4faf

Please sign in to comment.