ServerHelperApi::SetVersion(const char*)

Sets the version string for your application.

Virtual?

No

 

Class

ServerHelperApi

 

Arguments

const char *version

the version information for your application

Returns

void

 

Notes

Sets the version string for your application. This version will show up in the logs of any server your application runs against. Setting a version makes it much easier to identify tools which are not running properly and is highly recommended.

See also

ServerHelperApi::SetProg()