[%
# vi: ft=tt2

# Returns the NGCP version of the node calling this function.
#
# @return out           The NGCP version (e.g. 'mr4.5.3' or 'trunk').

out = ngcp.get_version();

-%]
