-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase version tag to 0.1.4 and make application output version on …
…start
- Loading branch information
Showing
12 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
@@ -40,6 +40,9 @@ | |
-export( [start/2, stop/1] ). | ||
-export( [main/1] ). | ||
|
||
|
||
-define( ?VSN, "0.1.4" ). | ||
|
||
%%==================================================================== | ||
%% API functions | ||
%%==================================================================== | ||
|
@@ -68,6 +71,7 @@ start( _Type, _Args ) -> | |
|
||
error_logger:info_report( [{info, "starting common runtime environment"}, | ||
{application, cre}, | ||
{vsn, ?VSN}, | ||
{node, node()}] ), | ||
|
||
cre_sup:start_link(). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% @doc A module implementing the behavior of the common runtime environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%% | ||
%% ------------------------------------------------------------------- | ||
%% @author Jörgen Brandt <[email protected]> | ||
%% @version 0.1.3 | ||
%% @version 0.1.4 | ||
%% @copyright 2015-2018 Jörgen Brandt | ||
%% | ||
%% | ||
|