We are using major.minor.xyyyy.mmdd build version format, where x is reserved and yyyy is a counter incremented every hour. This format is used only for the deploy builds and it is executed 2 times per day. Counter increment value should be set to ensure unique build versions and major.minor version lifetime (for yyyy = 9999 = 9999hours). Unique build version is required for ClickOnce for example. Counter is set to zero when major/minor version is changed (or new version is branched).
For normal builds (not used for deploy script) we are using major.minor.0.0 build version. This is necessary for incremental builds because if you change the build version, your projects will be rebuild. This is not good idea for large projects (500+ in my case) because rebuilding can take a very long time.