Skip to content

Commit

Permalink
Merge branch 'release/0.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Sep 28, 2016
2 parents b46a358 + dbfd423 commit eab13e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "R16B*|17|18"}.
{require_otp_vsn, "R16B*|17|18|19"}.

{erl_opts, [{d, 'NOTEST'},
warn_obsolete_guard,
warn_unused_import,
warnings_as_errors,
warn_shadow_vars,
warn_export_vars,
nowarn_deprecated_type,
Expand Down
2 changes: 1 addition & 1 deletion src/leo_dcerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{application, leo_dcerl,
[{description, "Erlang disk based SSD-Aware caching library"},
{mod, {leo_dcerl_app, []}},
{vsn, "0.4.5"},
{vsn, "0.4.6"},
{registered, []},
{applications, [kernel, stdlib]}
]}.

0 comments on commit eab13e6

Please sign in to comment.