Skip to content

Commit

Permalink
tag release as 0.2
Browse files Browse the repository at this point in the history
eZM0 has stayed long enough at 0.1 with no real release.
There are still to many features (compared to cZM0) missing, to
make this 1.0. So lets call this 0.2.
  • Loading branch information
Andreas Schultz committed Aug 31, 2015
1 parent 3b56476 commit c5ff6b9
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
@@ -1,8 +1,8 @@
%-*-Erlang-*-

{deps, [
{lager, ".*", {git, "https://github.com/basho/lager.git", {branch, "master"}}},
{gen_listener_tcp, ".*", {git, "https://github.com/travelping/gen_listener_tcp.git", {branch, "master"}}}
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "2.1.1"}}},
{gen_listener_tcp, ".*", {git, "https://github.com/travelping/gen_listener_tcp.git", {tag, "0.3.1"}}}

%% This is needed to run ezmq_zmq2_SUITE.erl
%% The master branch of erlzmq2(ZeroMQ in the 3.x) is not working with ezmq_zmq2_SUITE.erl
Expand Down
2 changes: 1 addition & 1 deletion src/ezmq.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, ezmq,
[
{description, "native Erlang 0MQ implementation"},
{vsn, "0.1"},
{vsn, "0.2"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit c5ff6b9

Please sign in to comment.