#CAPTION# getVersion ———-

Returns the library’s version string. #END#

#LUA# .. code-block:: lua

version = oms_getVersion()

#END#

#PYTHON# .. code-block:: python

oms = OMSimulator() oms.getVersion()

#END#

#CAPI# .. code-block:: c

const char* oms_getVersion();

#END#

#OMC# .. code-block:: Modelica

version := oms_getVersion();

#END#

#DESCRIPTION# #END#