installer: require Inno Setup v5.5.3 and define THREE_DIGIT_VER since this is SE v3.3.1

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1583 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2013-01-31 16:33:01 +00:00
parent 6bebaa7497
commit 7cd4bdabae

View File

@ -22,8 +22,8 @@
; preprocessor checks
#if VER < EncodeVer(5,5,2)
#error Update your Inno Setup version (5.5.2 or newer)
#if VER < EncodeVer(5,5,3)
#error Update your Inno Setup version (5.5.3 or newer)
#endif
#ifndef UNICODE
@ -35,8 +35,8 @@
; If you don't define "localize", i.e. comment out the following line then no translations
; for SubtitleEdit or the installer itself will be included in the installer
#define localize
#define TWO_DIGIT_VER
;#define THREE_DIGIT_VER
;#define TWO_DIGIT_VER
#define THREE_DIGIT_VER
#define VerMajor