Skip to content

Commit

Permalink
Release of 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Jan 11, 2017
1 parent 56650fc commit 070fde4
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: erlang
otp_release:
- 19.2
- 19.1
- 19.0
- 18.3
- 18.2.1
Expand Down
4 changes: 2 additions & 2 deletions include/effi.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

-define( BUF_SIZE, 1024 ).
-define( MSG, "<MSG>" ).
-define( BUILD, "2016-10-17" ).
-define( VSN, "0.1.2-snapshot" ).
-define( BUILD, "2016-01-11" ).
-define( VSN, "0.1.2-release" ).
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{deps, [
{getopt, "0.8.2",
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}
{tag, "v0.8.2"}}}
]}.
{escript_incl_apps, [getopt]}.
{edoc_opts, [
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.2-snapshot"},
{vsn, "0.1.2-release"},
{modules, [
effi, effi_interact, effi_script, effi_bash, effi_python, effi_r,
effi_perl, effi_profiling, lib_refactor
Expand Down
1 change: 0 additions & 1 deletion src/effi_bash.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

-module( effi_bash ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.1-snapshot" ).

-behaviour( effi_interact ).

Expand Down
1 change: 0 additions & 1 deletion src/effi_interact.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

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

-behaviour( effi ).

Expand Down
1 change: 0 additions & 1 deletion src/effi_perl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

-module( effi_perl ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.1-snapshot" ).

-behaviour( effi_script ).

Expand Down
1 change: 0 additions & 1 deletion src/effi_profiling.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

-module( effi_profiling ).
-author( "Carl Witt <[email protected]>" ).
-vsn( "0.1.1-snapshot" ).

%% ------------------------------------------------------------
%% Includes
Expand Down
1 change: 0 additions & 1 deletion src/effi_python.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

-module( effi_python ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.1-snapshot" ).

-behaviour( effi_script ).

Expand Down
1 change: 0 additions & 1 deletion src/effi_r.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

-module( effi_r ).
-author( "Jorgen Brandt <[email protected]>" ).
-vsn( "0.1.1-snapshot" ).

-behaviour( effi_interact ).

Expand Down
1 change: 0 additions & 1 deletion src/effi_script.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

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

-behaviour( effi ).

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

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

%% =============================================================================
%% API exports
Expand Down

0 comments on commit 070fde4

Please sign in to comment.