Joined: 31 Dec 2012 Posts: 2 Location: Mikly Way Galaxy
Posted: Sun Jan 27, 2013 1:48 pm Post subject: Automatic Build Number Incrementation
Heyy everyone,
This is more geared towards people who develop larger scale apps, but I guess anyone could do it.
So, does anyone else have a system to automatically increment build numbers?
I made a quick script which I run during the make process:
If I'm building a file, add one to the revision number. (1.24.36.7295)
If I build AND test it, add one to the build number. (1.24.36.7295)
When compiling the whole project for debugging, add one to minor number. (1.24.36.7295)
And major I manually update for releases. (1.24.36.7295)
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Sun Jan 27, 2013 3:30 pm Post subject:
In the projects I manage and work on for work, we don't really care about build numbers outside of Major and Minor. Build and revision typically aren't set or cared about outside of the development teams. And in most cases we just go off the revision numbers on our management servers rather then the project files.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum