Build number along with version number

Hi guys,
there’s a way to add a build number (possibly auto-incrementing) along with the version numbers? I need something like “1.0.0 (12345)” or “1.0.0 Build 12345”.

Thanks!

You’d have to use a script in your build system to do that, but something that can be quite handy is to add the time + date to the version string.