Skip to content

Commit c204267

Browse files
committed
Setup - Require minimum Platform version 6.5
1 parent 63856bc commit c204267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Setup/Conform6.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Name: "..\BuildConform.cmd"; Flags: CmdPrompt
9797

9898
[Code]
9999
const
100-
REQUIRED_PLATFORM_VERSION = 6.2; // Set this to the minimum required ASCOM Platform version for this application
100+
REQUIRED_PLATFORM_VERSION = 6.5; // Set this to the minimum required ASCOM Platform version for this application
101101
102102
//
103103
// Function to return the ASCOM Platform's version number as a double.

0 commit comments

Comments
 (0)