The MASM Forum

General => The Campus => Topic started by: Grincheux on January 05, 2016, 08:12:41 AM

Title: Program Version Number
Post by: Grincheux on January 05, 2016, 08:12:41 AM
I my program I always put version 1.2.3.4
But is there a tool that can manage version number? :dazzled:
Title: Re: Program Version Number
Post by: anta40 on January 05, 2016, 01:51:15 PM
Probably use source code management tool, like svn or git.
Every time the source code is changed, it will be logged on log file.
Parse the log for latest version number, there you go.

:P
Title: Re: Program Version Number
Post by: TWell on January 05, 2016, 09:09:51 PM
With RADAsm and edit versiontable?