From 95a865a418133876047110346ff3f33db0461b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Warin?= Date: Fri, 15 Nov 2019 11:54:25 +0100 Subject: [PATCH] Update setup version --- SWYH Installer.iss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SWYH Installer.iss b/SWYH Installer.iss index bd46450..22d2bda 100644 --- a/SWYH Installer.iss +++ b/SWYH Installer.iss @@ -2,11 +2,13 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Stream What You Hear (SWYH)" -#define MyAppVersion "1.4" #define MyAppPublisher "Sebastien.warin.fr" #define MyAppURL "http://www.streamwhatyouhear.com" #define MyAppExeName "SWYH.exe" +; Updated by the build server +#define MyAppVersion "1.0" + [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications.