update zmusic to 1.1.10

This commit is contained in:
alexey.lysiuk 2022-07-21 13:38:44 +03:00
parent e87918a0ae
commit 59a24c3624
3 changed files with 3 additions and 3 deletions

View File

@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "1.1.9")
set(PACKAGE_VERSION "1.1.10")
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
if("1.1.9" MATCHES "^([0-9]+)\\.")
if("1.1.10" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "1.1.9")
set(CVF_VERSION_MAJOR "1.1.10")
endif()
if(PACKAGE_FIND_VERSION_RANGE)

Binary file not shown.

Binary file not shown.