Archive: about version compare


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


!define VERSION ${VER_MAJOR}.${VER_MINOR}.${VER_REVISION}.${VER_BUILD}

thanks