Skip to content

Commit

Permalink
Version set to 0.1.0-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Apr 13, 2016
1 parent 7919de4 commit afc4b8a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/bash.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( bash ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-behaviour( effi_interact ).

Expand Down
2 changes: 1 addition & 1 deletion src/effi.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, effi,
[
{description, "Erlang Foreign Function Interface"},
{vsn, "0.1.0"},
{vsn, "0.1.0-release"},
{modules, [
effi, effi_interact, effi_script, bash, python, r
]},
Expand Down
2 changes: 1 addition & 1 deletion src/effi.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( effi ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-define( BUILD, "2016-03-24" ).

Expand Down
2 changes: 1 addition & 1 deletion src/effi_interact.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( effi_interact ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-behaviour( effi ).

Expand Down
2 changes: 1 addition & 1 deletion src/effi_script.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( effi_script ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-behaviour( effi ).

Expand Down
2 changes: 1 addition & 1 deletion src/lib_refactor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( lib_refactor ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

%% =============================================================================
%% API exports
Expand Down
2 changes: 1 addition & 1 deletion src/perl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( perl ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-behaviour( effi_script ).

Expand Down
2 changes: 1 addition & 1 deletion src/python.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( python ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-behaviour( effi_script ).

Expand Down
2 changes: 1 addition & 1 deletion src/r.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

-module( r ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.0-snapshot" ).
-vsn( "0.1.0-release" ).

-behaviour( effi_interact ).

Expand Down

0 comments on commit afc4b8a

Please sign in to comment.