From 4cddec298f98d44d747bc529d5d09e50a8db8afb Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Thu, 8 Sep 2016 16:56:11 +0200 Subject: [PATCH] prepare 5.4.0-rc.1 --- .travis.yml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ceffe18f6..74b96e63c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ notifications: branches: only: - master + - 5.4 cache: ccache: true diff --git a/CMakeLists.txt b/CMakeLists.txt index 35b81fec6..fb9b0097e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() project(OSRM C CXX) set(OSRM_VERSION_MAJOR 5) -set(OSRM_VERSION_MINOR 3) +set(OSRM_VERSION_MINOR 4) set(OSRM_VERSION_PATCH 0) # these two functions build up custom variables: