From e709c67ec1a71a3bb1ac7d988faf5acf0d293fcf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 24 Jan 2016 12:48:32 +0200 Subject: [PATCH] installer: update for 5.5.8 and bump year. --- installer/Subtitle_Edit_installer.iss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/Subtitle_Edit_installer.iss b/installer/Subtitle_Edit_installer.iss index 9a92cc5ae..740804399 100644 --- a/installer/Subtitle_Edit_installer.iss +++ b/installer/Subtitle_Edit_installer.iss @@ -1,6 +1,6 @@ ;* Subtitle Edit - Installer script ;* -;* Copyright (C) 2010-2015 XhmikosR +;* Copyright (C) 2010-2016 XhmikosR ;* ;* This file is part of Subtitle Edit. ;* @@ -22,8 +22,8 @@ ; preprocessor checks -#if VER < EncodeVer(5,5,6) - #error Update your Inno Setup version (5.5.6 or newer) +#if VER < EncodeVer(5,5,8) + #error Update your Inno Setup version (5.5.8 or newer) #endif #ifndef UNICODE @@ -31,7 +31,7 @@ #endif -#define app_copyright "Copyright © 2001-2015, Nikse" +#define app_copyright "Copyright © 2001-2016, Nikse" ; 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