Skip to content

Commit

Permalink
Release 1.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Feb 26, 2024
1 parent bffe55d commit 4c93f39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# Version 1.0.52

* Updating stun to version 1.2.12.
* Updating fast_tls to version 1.1.19.

# Version 1.0.51

* Updating stun to version 1.2.11.
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -30,8 +30,8 @@

{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}.

{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.11"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.18"}}},
{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.12"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.19"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}.

{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}.
Expand Down
2 changes: 1 addition & 1 deletion src/esip.app.src
Expand Up @@ -22,7 +22,7 @@
%%%----------------------------------------------------------------------
{application, esip,
[{description, "ProcessOne SIP server component in Erlang"},
{vsn, "1.0.51"},
{vsn, "1.0.52"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils, stun]},
Expand Down

0 comments on commit 4c93f39

Please sign in to comment.