Skip to content

Commit

Permalink
Reset rc to 0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jul 26, 2023
1 parent 536e2a8 commit 8e30220
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(vsgQt
LANGUAGES CXX
)
set(VSGQT_SOVERSION 1)
set(VSGQT_RELEASE_CANDIDATE 1)
set(VSGQT_RELEASE_CANDIDATE 0)

set(VSGQT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" CACHE INTERNAL "Root source directory of vsgQt")
set(VSGQT_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}" CACHE INTERNAL "Root binary directory of vsgQt")
Expand Down

0 comments on commit 8e30220

Please sign in to comment.