From 39563d3effbcba48b0df207a372f91724fff53a7 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Mon, 1 May 2023 00:05:50 +0900 Subject: [PATCH] update version --- CMakeLists.txt | 4 ++-- src/core/version.hpp | 2 +- src/util/hint.cpp | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d77398c0..ac14b10e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6.0) -project(win-vind VERSION 5.0.2) -set(INTERNAL_VERSION 5.0.2.0) +project(win-vind VERSION 5.0.3) +set(INTERNAL_VERSION ${PROJECT_VERSION}.0) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug) diff --git a/src/core/version.hpp b/src/core/version.hpp index 7aaf4228..6f652798 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.2.0" +#define WIN_VIND_VERSION "5.0.3.2" #endif diff --git a/src/util/hint.cpp b/src/util/hint.cpp index 8c022db4..b1f34c69 100644 --- a/src/util/hint.cpp +++ b/src/util/hint.cpp @@ -1,8 +1,6 @@ #include "hint.hpp" -#include "core/keycode.hpp" -#include "core/keycodedef.hpp" -#include "util/string.hpp" +#include "string.hpp" #include #include