Skip to content

Commit

Permalink
moved to erlang 16b03
Browse files Browse the repository at this point in the history
  • Loading branch information
hitoridewanai committed Jan 20, 2014
1 parent 584e464 commit 5400151
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

TARGET=eredis
VSN=1.1.0
VSN=1.1.1
ERL_ROOT=/usr/local/lib/erlang
ERL_LIB=$(ERL_ROOT)/lib

Expand Down
2 changes: 1 addition & 1 deletion eredis.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, eredis, [
{description, "Erlang Redis Client"},
{vsn, "1.1.0"},
{vsn, "1.1.2"},
{modules, [eredis, eredis_client, eredis_parser, eredis_sub, eredis_sub_client]},
{registered, []},
{applications, [kernel, stdlib]}
Expand Down
10 changes: 5 additions & 5 deletions eredis.rel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{release, {"eredis", "1.1.0"}, {erts, "5.10.2"},
[{kernel, "2.16.2"},
{stdlib, "1.19.2"},
{sasl, "2.3.2"},
{eredis, "1.1.0"}]}.
{release, {"eredis", "1.1.2"}, {erts, "5.10.4"},
[{kernel, "2.16.4"},
{stdlib, "1.19.4"},
{sasl, "2.3.4"},
{eredis, "1.1.2"}]}.

0 comments on commit 5400151

Please sign in to comment.