Well - if you've got an app that is compiled with client lib or dblib it's pretty simple to get the version - ct_config(CS_VER_STRING) for ctlib, and dbversion() in dblib, and these will return the version string from the current library (i.e. the one dynamically linked in).