Can i have 3 digit product version?
When i try to make my installation with version X.X.X
!define version "2.1.0"
VIProductVersion "${version}"
i get an error:
Error: invalid VIProductVersion format, should be X.X.X.X
So, what should i do to make 3 digit product version?
Tnx in advance