changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- act_varkon_version - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Returns the current Varkon version formatted as major_number.minor_number.revision_letter. A new Varkon version is usually the same as a new packaged release. Note that between packaged releases (which only occur one or a few times per year) the latest development sources are available from the SVN repository. Each update to the SVN repository gets a new SVN version number.
varkon_vers:=act_varkon_version(); string varkon_vers;
None.
None.
A string value equal to the current Varkon version.
See also: act_svn_version
include(../../include/svnversion.inc) include(../../include/footer.inc)