changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- act_svn_version - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Returns the current SVN version. SVN (SubVersioN) is a source code administration tool that is used by the developers of Varkon to keep track of changes and updates between larger Varkon versions and revisions.
svn_vers:=act_svn_version(); string svn_vers;
None.
None.
A string value equal to the current SVN version.
See also: act_varkon_version
include(../../include/svnversion.inc) include(../../include/footer.inc)