From 31b05815c268af43f8e25fefc493e118a9f5848d Mon Sep 17 00:00:00 2001 From: Namdak Tonpa Date: Mon, 26 Nov 2018 14:11:17 +0200 Subject: [PATCH] 4.11 --- rebar.config | 4 ++-- src/active.app.src | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 9dcba1c..b0401c3 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {erl_opts,[nowarn_deprecated_function]}. -{deps, [{mad, ".*", {git, "git://github.com/synrc/mad", []}}, - {fs, ".*", {git, "git://github.com/synrc/fs", []}}]}. +{deps, [{mad, ".*", {git, "git://github.com/synrc/mad", {tag,"4.11"}}}, + {fs, ".*", {git, "git://github.com/synrc/fs", {tag,"4.11"}}}]}. diff --git a/src/active.app.src b/src/active.app.src index f5bc19c..513335e 100644 --- a/src/active.app.src +++ b/src/active.app.src @@ -1,6 +1,6 @@ {application, active, [{description, "ACT Filesystem Activities"}, - {vsn, "4.10"}, + {vsn, "4.11"}, {registered, []}, {applications, [kernel,stdlib,fs]}, {mod, { active_app, []}},