Skip to content

Commit

Permalink
Release 1.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 23, 2024
1 parent 4e58523 commit bffe55d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.0.51

* Updating stun to version 1.2.11.
* Updating fast_tls to version 1.1.18.

# Version 1.0.50

* Updating stun to version 1.2.10.
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
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.10"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.16"}}},
{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"}}},
{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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%%%----------------------------------------------------------------------
{application, esip,
[{description, "ProcessOne SIP server component in Erlang"},
{vsn, "1.0.50"},
{vsn, "1.0.51"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils, stun]},
Expand Down

0 comments on commit bffe55d

Please sign in to comment.