From 9e07b0feb36db5a1716b0bff4befde44594c09fb Mon Sep 17 00:00:00 2001 From: pit-ray Date: Thu, 12 Jan 2023 00:50:32 +0900 Subject: [PATCH] change the format of version (#137) --- CMakeLists.txt | 2 +- src/core/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bae5d9f..37a40ad4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.6.0) -project(win-vind VERSION 5.0.0) +project(win-vind VERSION 5.0.0.4) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug) diff --git a/src/core/version.hpp b/src/core/version.hpp index 2bb1d42c..621cacf2 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.0" +#define WIN_VIND_VERSION "5.0.0.4" #endif