mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
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:
parent
6bebaa7497
commit
7cd4bdabae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user