From 28fa631dddb3d53e61c5cfc1f5499a48c0a4094e Mon Sep 17 00:00:00 2001 From: Alex Warren Date: Sat, 23 May 2015 11:09:49 +0100 Subject: [PATCH] Update version number and Setup --- Quest/Constants.vb | 2 +- Setup/setup.iss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Quest/Constants.vb b/Quest/Constants.vb index 622279992..1c151f7fe 100644 --- a/Quest/Constants.vb +++ b/Quest/Constants.vb @@ -1,6 +1,6 @@ Public Class Constants - Public Const QuestVersion As String = "5.6" + Public Const QuestVersion As String = "5.6.1" Public Const MaxASLVersion As Integer = 550 End Class diff --git a/Setup/setup.iss b/Setup/setup.iss index 406952daf..b6b1ae7b1 100644 --- a/Setup/setup.iss +++ b/Setup/setup.iss @@ -2,8 +2,8 @@ ; github.com/stfx/innodependencyinstaller ; codeproject.com/Articles/20868/NET-Framework-1-1-2-0-3-5-Installer-for-InnoSetup -#define QuestVersion '5.6' -#define SetupVersion '560' +#define QuestVersion '5.6.1' +#define SetupVersion '561' [Setup] AppName=Quest