Skip to content

Commit

Permalink
Update version number and Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwarren committed May 23, 2015
1 parent 2fdf18c commit 28fa631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Quest/Constants.vb
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28fa631

Please # to comment.