Skip to content

Commit

Permalink
change the format of version (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Jan 11, 2023
1 parent 9d7d873 commit 9e07b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
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.0"
#define WIN_VIND_VERSION "5.0.0.4"

#endif

0 comments on commit 9e07b0f

Please sign in to comment.