Qt VERSION
General and Desktop
2
Posts
2
Posters
658
Views
1
Watching
-
Hi, it's hardwired in Windows that file versions consists of 4 16-bit numbers (actually 2 32-bit numbers: "file info struct":http://msdn.microsoft.com/en-us/library/windows/desktop/ms646997.aspx
Anyway, conceptually 2.0.1 and 2.0.1.0 are regarded as identical, because even though 4 different numbers are always stored in your .exe file, trailing zeroes are supposed to be immaterial.