I always understood that every number in the version (for example: 1.2.3.4) is treated as a normal int value. We use some third-party DLL files that follow a different convention and seem to cause problems with our repair process (the patch does not overwrite the old DLL with the new one).
The old version of the DLL is 1.38 The new version of the DLL 1.4
I understand that this will be 1.4 <1.38. I would personally use 1.40. Their statement is that 1.4 == 1.40.
I hate being mistaken because of ignorance, and I also hate blindly following conventions without understanding the meanings behind them. Therefore, I have to ask for clarification. Any views on this?
Noaki source
share