This is a problem because we cannot detect changes in the GEPlugin COM
component and so code bound to the COM interface fails when the
version of the plugin updates.
Are you referring to google.earth.Version? You can find the version
of the plugin you are using by instantiating an earth instance (for
example as 'ge') and then running
ge.getPluginVersion().toString()
Cheers,
-Josh