MantisBT - mSLDev
View Issue Details
0000002mSLDevFuture Suggestionspublic2011-07-07 06:192011-07-07 08:25
KindOne 
administrator 
hightrivialN/A
resolvedfixed 
 
0.0.1.0 
0000002: Add Version Number/Build Date in Titlebar
Just add a Version Number or Build Date in the titlebar, so that its simpler to report bugs in specific version(s).

Example, I have 5 versions of the program, and currently can only tell the difference by the "File Modified Date".
No tags attached.
Issue History
2011-07-07 06:19KindOneNew Issue
2011-07-07 07:21administratorNote Added: 0000001
2011-07-07 07:21administratorNote Edited: 0000001bug_revision_view_page.php?rev_id=2
2011-07-07 07:22administratorNote Deleted: 0000001
2011-07-07 07:22administratorNote Added: 0000002
2011-07-07 07:22administratorAssigned To => administrator
2011-07-07 07:22administratorStatusnew => acknowledged
2011-07-07 08:25administratorNote Added: 0000003
2011-07-07 08:25administratorStatusacknowledged => resolved
2011-07-07 08:25administratorFixed in Version => 0.0.1.0
2011-07-07 08:25administratorResolutionopen => fixed
2011-07-07 08:28administratorNote Edited: 0000003bug_revision_view_page.php?bugnote_id=3#r4

Notes
(0000002)
administrator   
2011-07-07 07:22   
That is correct, I will fix this issue. Each build will correctly have an automatic counter incrementing these versions.
The versioning will be as followed:

We are following this versioning scheme:
        major.minor.maintenance.build
        
        - Major
                follows a significant change or a major alteration the program,
                its interface, or its processing method.
                (These are incremented by one each time)
        
        - Minor
                Minor follows a rather big, but nor major-justified change.
                (These are incremented by one each time)
                
        - Maintenance
                This represents a specific stage of development:
        
                0 - Unstable - Experimental Feature Added
                1 - Normal - Just a normal build
                2 - Exceptional - Exceptionally stable build
                3 - Special - special purpose build
        
        - Build
                The latest build number
(0000003)
administrator   
2011-07-07 08:25   
(edited on: 2011-07-07 08:28)
http://msldev.zigwap.com/download/ [^]

Note, the version is now listed in the File properties (Right click file -> Properties ->Details) and in the about dialog (Help->about)