Version number as a property in control

Adding version number to a control's property isn't a good idea. 


Everytime when we're upgrading yours components all of the dfm's need to be commited to the repository because of it. 

Components's version information should be accessible only in design time. Please think of it.

Runtime access is important and has helped us and customers many times in identifying mismatches between designtime installed components and components that were linked at runtime.