prepare 5.4.0-rc.1

This commit is contained in:
Moritz Kobitzsch 2016-09-08 16:56:11 +02:00
parent c306a59854
commit 4cddec298f
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ notifications:
branches: branches:
only: only:
- master - master
- 5.4
cache: cache:
ccache: true ccache: true

View File

@ -9,7 +9,7 @@ endif()
project(OSRM C CXX) project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5) set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 3) set(OSRM_VERSION_MINOR 4)
set(OSRM_VERSION_PATCH 0) set(OSRM_VERSION_PATCH 0)
# these two functions build up custom variables: # these two functions build up custom variables: