Skip to content

Commit

Permalink
bump to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Jan 8, 2024
1 parent bdc3d8e commit 3e8ec72
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 @@ -4,7 +4,7 @@ include(GNUInstallDirs)

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

if (${Minemap_VERSION_PATCH} EQUAL 0)
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})
Expand Down Expand Up @@ -91,4 +91,4 @@ add_subdirectory(src)
# Translations
if (USE_GETTEXT)
add_subdirectory(po)
endif()
endif()

0 comments on commit 3e8ec72

Please sign in to comment.