slight version bump to 0.1.8.1

This commit is contained in:
DennisSchiefer 2012-09-18 12:02:43 +01:00
parent c3288528bc
commit f7150057d5

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