Skip to content

Commit

Permalink
fix: Update version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jirihnidek committed Jan 23, 2024
1 parent 0ef1147 commit f7008ba
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 @@ -15,7 +15,7 @@ project (Daemon C)

# The version number
set (${PROJECT_NAME}_VERSION_MAJOR 0)
set (${PROJECT_NAME}_VERSION_MINOR 1)
set (${PROJECT_NAME}_VERSION_MINOR 2)
set (${PROJECT_NAME}_PATCH_LEVEL 0)

set (${PROJECT_NAME}_VERSION
Expand Down

0 comments on commit f7008ba

Please sign in to comment.