Skip to content

Commit

Permalink
Setting V25.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Jun 2, 2023
1 parent da7d88e commit d710e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -43,12 +43,12 @@ if(MSVC)
endif()

set(CPACK_PACKAGE_VERSION_MAJOR "25")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "1")
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 d710e29

Please sign in to comment.