Updated installer min version

This commit is contained in:
Nikolaj Olsson 2017-03-11 09:56:16 +01:00
parent b9b8d0ca46
commit 6de0aed5e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Subtitle Edit Changelog
3.5.3 (xrd May 2017) BETA
3.5.3 (xth May 2017) BETA
* NEW:
* New ...
* IMPROVED:

View File

@ -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