Skip to content

Commit

Permalink
Setting V25.0 release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed May 24, 2023
1 parent 7025b3b commit 8dad120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -44,11 +44,11 @@ endif()

set(CPACK_PACKAGE_VERSION_MAJOR "25")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "3")
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 8dad120

Please sign in to comment.