Skip to content

Commit 2f83f99

Browse files
committed
bump to v0.5.5
1 parent 947235a commit 2f83f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(GNUInstallDirs)
44

55
set(Minemap_VERSION_MAJOR 0)
66
set(Minemap_VERSION_MINOR 5)
7-
set(Minemap_VERSION_PATCH 4)
7+
set(Minemap_VERSION_PATCH 5)
88

99
if (${Minemap_VERSION_PATCH} EQUAL 0)
1010
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})

0 commit comments

Comments
 (0)