Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Jun 26, 2017
2 parents eb44b13 + 159d741 commit b493f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Expand Up @@ -3,7 +3,7 @@
%%
%% NFS RPC Server
%%
%% Copyright (c) 2012-2016 Rakuten, Inc.
%% Copyright (c) 2012-2017 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,11 +20,11 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "R16B*|17|18|19"}.
{require_otp_vsn, "R16B*|17|18|19|20"}.

{deps, [
{ranch, ".*", {git, "https://github.com/extend/ranch.git", {tag, "1.0.0"}}},
{erpcgen, ".*", {git, "https://github.com/leo-project/erpcgen.git", {tag, "0.2.5"}}}
{erpcgen, ".*", {git, "https://github.com/leo-project/erpcgen.git", {tag, "0.2.6"}}}
]}.

{erl_opts, [{d, 'NOTEST'},
Expand Down
4 changes: 2 additions & 2 deletions src/nfs_rpc_server.app.src
Expand Up @@ -3,7 +3,7 @@
%%
%% NFS RPC Server
%%
%% Copyright (c) 2012-2016 Rakuten, Inc.
%% Copyright (c) 2012-2017 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, nfs_rpc_server,
[
{description, "Sun RPC(RFC1057) server"},
{vsn, "0.2.4"},
{vsn, "0.2.6"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, ranch]},
Expand Down

0 comments on commit b493f6e

Please sign in to comment.