Raise version of erlcinfo

Its format was (repeatedly) changed in previous commits.
This commit is contained in:
David Kubecka 2015-03-29 10:10:18 +02:00
parent 07a4a14af6
commit d62624c86d

View file

@ -36,7 +36,7 @@
-include("rebar.hrl").
-include_lib("stdlib/include/erl_compile.hrl").
-define(ERLCINFO_VSN, 1).
-define(ERLCINFO_VSN, 2).
-define(ERLCINFO_FILE, "erlcinfo").
-type erlc_info_v() :: {digraph:vertex(), term()} | 'false'.
-type erlc_info_e() :: {digraph:vertex(), digraph:vertex()}.