From ad094dce3ed1bb472fdd952de00b0d4b0953a023 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Mon, 24 Apr 2023 02:03:47 +0900 Subject: [PATCH] fix version --- CMakeLists.txt | 2 +- src/core/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93582e9a..d77398c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.6.0) -project(win-vind VERSION 5.0.1) +project(win-vind VERSION 5.0.2) set(INTERNAL_VERSION 5.0.2.0) if(NOT CMAKE_BUILD_TYPE) diff --git a/src/core/version.hpp b/src/core/version.hpp index 35557003..7aaf4228 100644 --- a/src/core/version.hpp +++ b/src/core/version.hpp @@ -1,6 +1,6 @@ #ifndef _VERSION_HPP #define _VERSION_HPP -#define WIN_VIND_VERSION "5.0.1.0" +#define WIN_VIND_VERSION "5.0.2.0" #endif