version push to 0.1.8

This commit is contained in:
DennisSchiefer 2012-08-31 07:41:01 +01:00
parent 40ad5a22ad
commit cdaef51b20

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.7'; OSRM.VERSION = '0.1.8';
OSRM.DATE = '120705'; OSRM.DATE = '120831';
OSRM.CONSTANTS = {}; OSRM.CONSTANTS = {};
OSRM.DEFAULTS = {}; OSRM.DEFAULTS = {};
OSRM.GLOBALS = {}; OSRM.GLOBALS = {};