Update major version to 23 and add pre release version 99 as non-release build indicator (#3416)
This commit is contained in:
parent
36c18747c3
commit
68936b4702
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@ if(MSVC)
|
|||
add_definitions(/MP)
|
||||
endif()
|
||||
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "22")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "23")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
|
||||
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
|
||||
set(CPACK_PACKAGE_VENDOR "Nano Currency")
|
||||
|
||||
if(CI_BUILD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue