Skip to content

Commit 7194eef

Browse files
committed
Version updated to 2.2.1-release.
1 parent d08d1dc commit 7194eef

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

include/effi.hrl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818

1919
-define( BUF_SIZE, 1024 ).
2020
-define( MSG, "<MSG>" ).
21+
-define( BUILD, "2016-10-17" ).
22+
-define( VSN, "0.1.1-release" ).

src/effi.erl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121

2222
-module( effi ).
2323
-author( "Jorgen Brandt <brandjoe@hu-berlin.de>" ).
24-
-vsn( "0.1.1-snapshot" ).
25-
26-
-define( BUILD, "2016-03-24" ).
2724

2825
%% ------------------------------------------------------------
2926
%% Includes
@@ -214,11 +211,8 @@ get_banner() ->
214211

215212
%% print_vsn/0
216213
%
217-
print_vsn() -> io:format( "~s~n", [get_vsn()] ).
214+
print_vsn() -> io:format( "~s~n", [?VSN] ).
218215

219-
get_vsn() ->
220-
{vsn, Vsn} = lists:keyfind( vsn, 1, module_info( attributes ) ),
221-
Vsn.
222216

223217
%% runscript/3
224218
%

0 commit comments

Comments
 (0)