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