Bump to 2.5.0

This commit is contained in:
Fred Hebert 2014-06-23 14:50:38 -04:00
parent 0b1e6b3779
commit 0d1ae7a468
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# Rebar 2.5.0
* Reverted rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281) as it broke backwards compatibility
# Rebar 2.4.0 # Rebar 2.4.0
* rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52) * rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52)

View file

@ -3,7 +3,7 @@
{application, rebar, {application, rebar,
[{description, "Rebar: Erlang Build Tool"}, [{description, "Rebar: Erlang Build Tool"},
{vsn, "2.4.0"}, {vsn, "2.5.0"},
{modules, [ rebar, {modules, [ rebar,
rebar_abnfc_compiler, rebar_abnfc_compiler,
rebar_app_utils, rebar_app_utils,