bumped version to 0.1.6

This commit is contained in:
DennisSchiefer 2012-05-16 12:37:59 +01:00
parent 4cdf683447
commit f2ca2ccaed

View File

@ -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.5.1';
OSRM.DATE = '120507';
OSRM.VERSION = '0.1.6';
OSRM.DATE = '120516';
OSRM.CONSTANTS = {};
OSRM.DEFAULTS = {};
OSRM.GLOBALS = {};