Skip to content

Commit

Permalink
Merge pull request #23 from mikpe/take-vsn-from-git
Browse files Browse the repository at this point in the history
app.src: take vsn from git
  • Loading branch information
mikpe authored May 28, 2020
2 parents b1a90a2 + ddd1a65 commit c112565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor3.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode:erlang -*-
{application,supervisor3,
[{description,"A copy of supervisor.erl from the R16B Erlang/OTP with modifications"},
{vsn,"1.1.9"},
{vsn,"git"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
Expand Down

0 comments on commit c112565

Please sign in to comment.