moved version to 0.1.4

This commit is contained in:
DennisSchiefer 2012-04-15 19:35:26 +02:00
parent 47369a0036
commit f08c389faa

View File

@ -19,8 +19,8 @@ or see http://www.gnu.org/licenses/agpl.txt.
// [has to be loaded before all other OSRM classes] // [has to be loaded before all other OSRM classes]
var OSRM = {}; var OSRM = {};
OSRM.VERSION = '0.1.3'; OSRM.VERSION = '0.1.4';
OSRM.DATE = '120402'; OSRM.DATE = '120416';
OSRM.CONSTANTS = {}; OSRM.CONSTANTS = {};
OSRM.DEFAULTS = {}; OSRM.DEFAULTS = {};
OSRM.GLOBALS = {}; OSRM.GLOBALS = {};