summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2020-01-18 15:36:55 -0800
committerGitHub <noreply@github.com>2020-01-18 15:36:55 -0800
commit515b0baea04b1deea6c697a169a7fb9121e25181 (patch)
tree652d1e9eac29bcb6f7a33469b718e1496e19409e /CMakeLists.txt
parentdad7fdff1b4014297e9c8680262aaab4d64eef6c (diff)
downloadnavit-515b0baea04b1deea6c697a169a7fb9121e25181.tar.gz
Bump version to 0.5.4 (#961)v0.5.4
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a68c89747..214c638a6 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ endif(NOT DISABLE_CXX)
set(NAVIT_VERSION_MAJOR "0")
set(NAVIT_VERSION_MINOR "5")
-set(NAVIT_VERSION_PATCH "3")
+set(NAVIT_VERSION_PATCH "4")
if(ANDROID)
set(PACKAGE_VERSION "${NAVIT_VERSION_MAJOR}.${NAVIT_VERSION_MINOR}.${NAVIT_VERSION_PATCH}.${ANDROID_ABI}")
else(ANDROID)