From 143bda5f716a72031f0d3296d08aef8f1b7a86ec Mon Sep 17 00:00:00 2001 From: pit-ray Date: Wed, 12 Jun 2024 18:55:51 +0900 Subject: [PATCH] update patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56f9e6ec..a1e802ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.6.0) -project(win-vind VERSION 5.13.0) +project(win-vind VERSION 5.13.1) set(INTERNAL_VERSION ${PROJECT_VERSION}.0) if(NOT CMAKE_BUILD_TYPE)