Skip to content

Commit

Permalink
Merge branch 'release/1.9.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed May 21, 2015
2 parents b646c82 + 1714200 commit 06f0837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 Redundant Manager
%%
%% Copyright (c) 2012-2014 Rakuten, Inc.
%% Copyright (c) 2012-2015 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 @@
{require_otp_vsn, "R16B*|17"}.

{deps, [
{leo_mq, ".*", {git, "https://github.com/leo-project/leo_mq.git", {tag, "1.3.8"}}},
{leo_mq, ".*", {git, "https://github.com/leo-project/leo_mq.git", {tag, "1.3.9"}}},
{leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.1"}}},
{meck, ".*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
]}.
Expand Down
2 changes: 1 addition & 1 deletion src/leo_redundant_manager.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{application, leo_redundant_manager,
[
{description, "Leo Redundant Manaeger"},
{vsn, "1.9.12"},
{vsn, "1.9.13"},
{id, "leo_redundant_manager"},
{registered, []},
{applications, [kernel, stdlib, crypto]},
Expand Down

0 comments on commit 06f0837

Please sign in to comment.