mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Updated installer min version
This commit is contained in:
parent
b9b8d0ca46
commit
6de0aed5e2
@ -1,7 +1,7 @@
|
||||
Subtitle Edit Changelog
|
||||
|
||||
|
||||
3.5.3 (xrd May 2017) BETA
|
||||
3.5.3 (xth May 2017) BETA
|
||||
* NEW:
|
||||
* New ...
|
||||
* IMPROVED:
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
|
||||
; preprocessor checks
|
||||
#if VER < EncodeVer(5,5,8)
|
||||
#error Update your Inno Setup version (5.5.8 or newer)
|
||||
#if VER < EncodeVer(5,5,9)
|
||||
#error Update your Inno Setup version (5.5.9 or newer)
|
||||
#endif
|
||||
|
||||
#ifndef UNICODE
|
||||
|
Loading…
Reference in New Issue
Block a user