Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Apr 30, 2023
1 parent f2f1624 commit 39563d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/core/version.hpp
Original file line number Diff line number Diff line change
@@ -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
4 changes: 1 addition & 3 deletions src/util/hint.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "hint.hpp"

#include "core/keycode.hpp"
#include "core/keycodedef.hpp"
#include "util/string.hpp"
#include "string.hpp"

#include <array>
#include <stdexcept>
Expand Down

0 comments on commit 39563d3

Please sign in to comment.