Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Patterson c5167d4ade Bump nodejs version to make new package. 2017-10-03 09:10:03 -07:00
Daniel Patterson 1548803a77 Merge branch 'downgrade_libstdc++' of github.com:Project-OSRM/osrm-backend into downgrade_libstdc++ 2017-10-03 09:09:18 -07:00
Daniel J. Hofmann 2b2906f97a Bumps Boost from Mason to 1.65.1 2017-10-03 12:09:33 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
if(ENABLE_MASON)
# versions in use
set(MASON_BOOST_VERSION "1.63.0")
set(MASON_BOOST_VERSION "1.65.1")
set(MASON_STXXL_VERSION "1.4.1-1")
set(MASON_EXPAT_VERSION "2.2.0")
set(MASON_LUA_VERSION "5.2.4")
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.13.0-glibc.1",
"version": "5.13.0-glibc.2",
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {