Skip to content
⌘ NSIS Forum Archive

about version compare

3 posts

UVV#

about version compare

should i set this variables manually or there is another method?

!ifndef VERSION
!define VERSION '2.5.7.1'
!define VER_MAJOR "2"
!define VER_MINOR "5"
!define VER_REVISION "7"
!define VER_BUILD "1"
!endif