Skip to content

Commit

Permalink
chore(build): update version to 20.10.2 (centreon#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgautier authored May 11, 2021
1 parent 11d5d56 commit 0cf23fa
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 @@ -32,7 +32,7 @@ set(SCRIPT_DIR "${PROJECT_SOURCE_DIR}/script")
# Version.
set(CLIB_MAJOR 20)
set(CLIB_MINOR 10)
set(CLIB_PATCH 1)
set(CLIB_PATCH 2)
set(CLIB_VERSION "${CLIB_MAJOR}.${CLIB_MINOR}.${CLIB_PATCH}")


Expand Down

0 comments on commit 0cf23fa

Please sign in to comment.