Skip to content

Commit

Permalink
meta: bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Sep 14, 2021
1 parent 0c7ec12 commit 01274f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.10)
project (Minemap)
set (Minemap_VERSION_MAJOR 0)
set (Minemap_VERSION_MINOR 4)
set (Minemap_VERSION_PATCH 0)
set (Minemap_VERSION_PATCH 1)

if (${Minemap_VERSION_PATCH} EQUAL 0)
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})
Expand Down

0 comments on commit 01274f6

Please sign in to comment.