From 36965be32247eac2f88bdf150f99c226ce8c8115 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Fri, 5 Jan 2024 05:35:45 +0900 Subject: [PATCH] update internal version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9409690e..b6d0feab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.6.0) -project(win-vind VERSION 5.8.0) +project(win-vind VERSION 5.9.0) set(INTERNAL_VERSION ${PROJECT_VERSION}.0) if(NOT CMAKE_BUILD_TYPE)