Update major version to 23 and add pre release version 99 as non-release build indicator (#3416)

This commit is contained in:
Zach Hyatt 2021-08-12 17:57:39 -05:00 committed by GitHub
commit 68936b4702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)