From 216499464d2b15535ff5d353c630a6f3a616b33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Genesio=20=28=E4=BA=8C=E3=82=B3=E3=82=B2?= =?UTF-8?q?=E3=83=8D=29?= Date: Tue, 14 May 2024 17:35:19 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e26f2ac..5185157 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.5) project(blocktestyarpplugins LANGUAGES C CXX - VERSION 1.1.4) + VERSION 1.1.5) option(ENABLE_MSVC_WARNINGS "Enable the compilation warnings in windows" ON)