Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Apr 10, 2024
1 parent 07919b1 commit dfa5226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.21)

project(
micm
VERSION 3.4.0
VERSION 3.5.0
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions include/micm/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ extern "C" {

const char* getMicmVersion()
{
return "3.4.0";
return "3.5.0";
}
unsigned getMicmVersionMajor()
{
return 3;
}
unsigned getMicmVersionMinor()
{
return 4+0;
return 5+0;
}
unsigned getMicmVersionPatch()
{
Expand Down

0 comments on commit dfa5226

Please sign in to comment.