Skip to content

Commit

Permalink
tweak version 1 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick authored Jan 24, 2024
1 parent a1f32b5 commit bca0786
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 @@ -18,7 +18,7 @@ endif()
set(VERSION_MAJOR 1)
set(VERSION_MINOR 6)
set(VERSION_PATCH 3)
set(VERSION_TWEAK 0)
set(VERSION_TWEAK 1)

set(VERSION_RC "${CMAKE_CURRENT_BINARY_DIR}/version.rc")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/version.rc.in" "${VERSION_RC}" @ONLY)
Expand Down

0 comments on commit bca0786

Please sign in to comment.