You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix installer's Product Version inconsistency with older versions
Why: Third-party applications or IT tools must be able to know
if the latest Git version is installed on the system
by means of version number comparisons.
How: Remove platform identifier from the Product Version.
Product Version now displays x.x.x.x instead of x.x.x.windows.x
See git-for-windows/git#2223
Remarks:
Project's binaries Product Version are unchanged by this commit (only the installer's one)
Git internal versioning is left untouched ; 'git version' still returns x.x.x.windows.x (this commit addresses versioning issue from the OS point of view so the installer executable is the only file affected by this commit)
Signed-off-by: Audric Guerin <[email protected]>
0 commit comments