From c5ff6b9d3a41172ca42a0dd2eb8d0a01c8dc0c13 Mon Sep 17 00:00:00 2001 From: Andreas Schultz Date: Mon, 31 Aug 2015 10:53:14 +0200 Subject: [PATCH] tag release as 0.2 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. --- rebar.config | 4 ++-- src/ezmq.app.src | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 96a9580..07bee88 100644 --- a/rebar.config +++ b/rebar.config @@ -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 diff --git a/src/ezmq.app.src b/src/ezmq.app.src index 904aafd..172502b 100644 --- a/src/ezmq.app.src +++ b/src/ezmq.app.src @@ -1,7 +1,7 @@ {application, ezmq, [ {description, "native Erlang 0MQ implementation"}, - {vsn, "0.1"}, + {vsn, "0.2"}, {registered, []}, {applications, [ kernel,