Version bump in Cmake

This commit is contained in:
Paul Ferrand 2020-10-25 12:13:27 +01:00
parent 6cd2b7147a
commit b3eb8e47ca

View file

@ -8,7 +8,7 @@ else()
endif() endif()
endif() endif()
project (sfizz VERSION 0.5.1 LANGUAGES CXX C) project (sfizz VERSION 0.5.2 LANGUAGES CXX C)
set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.")
# External configuration CMake scripts # External configuration CMake scripts