I have used:
register_activation_hook(__FILE__, 'CrayonWP::install');
In install() I would like to check the plugin version being installed, and if it is below a certain version, I would like to alter the existing database model to the new format. How would I determine the version being installed?
