Update develop branch to v25 version number (#4012)

This commit is contained in:
Thiago Silva 2022-11-30 13:56:46 -03:00 committed by GitHub
commit ca6d256832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ if(MSVC)
add_definitions(/MP)
endif()
set(CPACK_PACKAGE_VERSION_MAJOR "24")
set(CPACK_PACKAGE_VERSION_MAJOR "25")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "0")
if(CI_BUILD AND CI_VERSION_PRE_RELEASE)