We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947235a commit 2f83f99Copy full SHA for 2f83f99
CMakeLists.txt
@@ -4,7 +4,7 @@ include(GNUInstallDirs)
4
5
set(Minemap_VERSION_MAJOR 0)
6
set(Minemap_VERSION_MINOR 5)
7
-set(Minemap_VERSION_PATCH 4)
+set(Minemap_VERSION_PATCH 5)
8
9
if (${Minemap_VERSION_PATCH} EQUAL 0)
10
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})
0 commit comments