No. Build options are always 4 numbers. When you extract the code, you always get an instance of System.Version , which has the numbers Major, Minor, Build, Revision.
Of course, you can always set Build and Revision to 0 and only show major and major if you want. If you could describe more of your context (where you use the version number) that would help.
source share