diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2012-06-04 08:46:17 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-06-04 08:46:17 -0600 |
commit | 0f24d9325659742da8b829fbd5b82ba0cec169da (patch) | |
tree | 2eb54bd1a88492acb462cd1553ad643891cecb15 /ebin | |
parent | c13889618d0ad921e4e6ab07a0aae1560e8ac988 (diff) |
Move to major.minor.patch release version; add OTP build version
version info
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 0c6e4c3..5689b35 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2"}, + {vsn, "2.0.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_appups, |