Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/VersionInfo    [ Add a report in this area ]  
Report #:  102502   Status: Open
Autoincrement build number leads to inconsistent information
Project:  Delphi Build #:  16.0.4358.45540
Version:    16.3 Submitted By:   Petr Kohut
Report Type:  Basic functionality failure Date Reported:  1/11/2012 12:39:15 AM
Severity:    Critical / Show Stopper Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   288745
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: 10
Description
If I use "autoincrement build number" function, Delphi generates Release and Build values but does not change FileVersion string.
Steps to Reproduce:
1) In any project set "Include version information in project.
2) Set fileds Major/minor/release/build version to 2012/1/0/4110 (FileVersion string is automatically changed to "2012.1.0.4110"
3) Set "auto generate build number" checked.
4) Build application.
5) Check version info.
  File version = 2012.1.0.4110
  Major version = 2012
  Minor version = 1
  Release = 4393
  Build = 33611
  This is inconsistent!
Workarounds
None
Attachment
None
Comments

Wolfgang Zehntner at 3/8/2012 12:18:35 AM -
Still exists in Update 4

Server Response from: ETNACODE01