[skip ci] Bump OSRM version to 5.14
This commit is contained in:
		
							parent
							
								
									948025440f
								
							
						
					
					
						commit
						a68db86dc8
					
				| @ -1,4 +1,6 @@ | |||||||
| # UNRELEASED | # UNRELEASED | ||||||
|  | 
 | ||||||
|  | # 5.13.0 | ||||||
|   - Changes from 5.12: |   - Changes from 5.12: | ||||||
|     - Profile: |     - Profile: | ||||||
|       - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions` |       - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions` | ||||||
| @ -11,6 +13,7 @@ | |||||||
|     - Infrastructure: |     - Infrastructure: | ||||||
|       - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302 |       - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302 | ||||||
|       - Fixed pkg-config version of OSRM |       - Fixed pkg-config version of OSRM | ||||||
|  |       - Removed `.osrm.core` file since CoreCH is deprecated now. | ||||||
|     - Tools: |     - Tools: | ||||||
|       - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore: |       - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore: | ||||||
|         - `--use-locations-cache=false` becomes `--disable-location-cache` |         - `--use-locations-cache=false` becomes `--disable-location-cache` | ||||||
|  | |||||||
| @ -61,7 +61,7 @@ if (POLICY CMP0048) | |||||||
| endif() | endif() | ||||||
| project(OSRM C CXX) | project(OSRM C CXX) | ||||||
| set(OSRM_VERSION_MAJOR 5) | set(OSRM_VERSION_MAJOR 5) | ||||||
| set(OSRM_VERSION_MINOR 13) | set(OSRM_VERSION_MINOR 14) | ||||||
| set(OSRM_VERSION_PATCH 0) | set(OSRM_VERSION_PATCH 0) | ||||||
| set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}") | set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}") | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "osrm", |   "name": "osrm", | ||||||
|   "version": "5.13.0-latest.1", |   "version": "5.14.0-latest.1", | ||||||
|   "private": false, |   "private": false, | ||||||
|   "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", |   "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user