Add api_version gloabal variable to profiles

Currently only `0` is supported (the default).
This commit is contained in:
Patrick Niklaus
2016-12-01 22:10:56 +00:00
committed by Patrick Niklaus
parent b9b52cb857
commit 0f3a463854
9 changed files with 29 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
api_version = 0
-- Car profile
local find_access_tag = require("lib/access").find_access_tag
local get_destination = require("lib/destination").get_destination