diff --git a/WebContent/OSRM.base.js b/WebContent/OSRM.base.js index 91a910a4b..877424d87 100644 --- a/WebContent/OSRM.base.js +++ b/WebContent/OSRM.base.js @@ -19,8 +19,8 @@ or see http://www.gnu.org/licenses/agpl.txt. // [has to be loaded before all other OSRM classes] var OSRM = {}; -OSRM.VERSION = '0.1.3'; -OSRM.DATE = '120402'; +OSRM.VERSION = '0.1.4'; +OSRM.DATE = '120416'; OSRM.CONSTANTS = {}; OSRM.DEFAULTS = {}; OSRM.GLOBALS = {};