Release Version

From Erlang Community

Revision as of 12:16, 28 July 2007 by Rk (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)

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".
Erlang/OTP Projects
Personal tools