Subject How can I check the precise version of Jaybird that is installed?
Author echawkes
Hi,

We are upgrading customers of our application from
Jaybird 1.5.x to 1.5.6 as part of our next release,
and we would like to verify that our installer is
successfully upgrading Jaybird before we ship.

Is there a way that we can verify this, programmatically
or otherwise?

The code at
http://firebird.sourceforge.net/index.php?op=devel&sub=jdbc&id=faq
gets the major and minor version, so we can
verify it is 1.5.x, but not which micro version.

Can we get the information (e.g. a version string)
we want from the DLL or shared object file?

Thanks,

Eric