Release Version
From Erlang Community
Problem
Identify which version of Erlang you are running or which Release you have installed.
Solution
You may find this section of the Erlang FAQ helps.
These Erlang commands may be useful:
erlang:system_info(version). "5.5" % This is the erts (Erlang Run-Time System) version which is % also visible in the banner when you run erl. |
init:script_id().
{"OTP APN 181 01","R11B"}
% The major Release version shows above as "R11B".
|

Digg It
Del.icio.us
Reddit
Facebook
Stumble Upon
Technorati

