Skip to content

Commit

Permalink
Setting version for release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Jan 19, 2023
1 parent b186a6a commit 3d8d7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -49,11 +49,11 @@ endif()

set(CPACK_PACKAGE_VERSION_MAJOR "24")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(CPACK_PACKAGE_VERSION_PATCH "0")
if(CI_BUILD AND CI_VERSION_PRE_RELEASE)
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "${CI_VERSION_PRE_RELEASE}")
else()
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
endif()
set(CPACK_PACKAGE_VENDOR "Nano Currency")

Expand Down

0 comments on commit 3d8d7cb

Please sign in to comment.