Skip to content

Commit

Permalink
Merge branch 'release/0.6.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Jul 22, 2016
2 parents e91500f + 1713390 commit 986422b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build_plt:
dialyzer --build_plt --output_plt $(PLT_FILE) --apps $(APPS)
dialyzer:
@$(REBAR) compile
dialyzer --plt $(PLT_FILE) --dump_callgraph $(DOT_FILE) -r ebin/
dialyzer --plt $(PLT_FILE) -r ebin/ --dump_callgraph $(DOT_FILE) -Wrace_conditions
doc: compile
@$(REBAR) doc
callgraph: graphviz
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ and therefore connections to the other nodes.
## License

leo_pod's license is "Apache License Version 2.0"

## Sponsors

LeoProject/LeoFS is sponsored by [Rakuten, Inc.](http://global.rakuten.com/corp/) and supported by [Rakuten Institute of Technology](http://rit.rakuten.co.jp/).
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%%
%% Leo POD
%%
%% Copyright (c) 2012-2015 Rakuten, Inc.
%% Copyright (c) 2012-2016 Rakuten, Inc.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -20,7 +20,7 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "R15B03|R16B*|17|18"}.
{require_otp_vsn, "R16B*|17|18|19"}.

{deps, []}.
{erl_opts, [{d, 'NOTEST'},
Expand Down
4 changes: 2 additions & 2 deletions src/leo_pod.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%%
%% Leo POD
%%
%% Copyright (c) 2012-2015 Rakuten, Inc.
%% Copyright (c) 2012-2016 Rakuten, Inc.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -23,7 +23,7 @@
{application, leo_pod,
[
{description, "leo_pod manages worker process pools"},
{vsn, "0.6.6"},
{vsn, "0.6.7"},
{applications, [
kernel,
stdlib
Expand Down

0 comments on commit 986422b

Please sign in to comment.