Skip to content

Commit

Permalink
meta: bump to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Feb 16, 2022
1 parent 3d7e2de commit ccc850e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(Minemap)
include(GNUInstallDirs)

set(Minemap_VERSION_MAJOR 0)
set(Minemap_VERSION_MINOR 4)
set(Minemap_VERSION_PATCH 5)
set(Minemap_VERSION_MINOR 5)
set(Minemap_VERSION_PATCH 0)

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

0 comments on commit ccc850e

Please sign in to comment.