Skip to content

Commit

Permalink
meta: bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Nov 11, 2022
1 parent 54f43c0 commit ffced9b
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 @@ -4,7 +4,7 @@ include(GNUInstallDirs)

set(Minemap_VERSION_MAJOR 0)
set(Minemap_VERSION_MINOR 5)
set(Minemap_VERSION_PATCH 2)
set(Minemap_VERSION_PATCH 3)

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

0 comments on commit ffced9b

Please sign in to comment.