From 2cae98b442460e826fcc5523ec3bf70e2d031682 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 19 May 2021 09:12:31 +0300 Subject: [PATCH] - update library version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42d60c4..5fbd9be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13...3.19) project(ZMusic - VERSION 1.1.4 + VERSION 1.1.8 LANGUAGES C CXX )