News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Program Version Number

Started by Grincheux, January 05, 2016, 08:12:41 AM

Previous topic - Next topic

Grincheux

I my program I always put version 1.2.3.4
But is there a tool that can manage version number? :dazzled:

anta40

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

TWell

With RADAsm and edit versiontable?