Skip to content

Commit db83d80

Browse files
committed
Ensure the installer will instal on Platform 7.
1 parent 7b73fe1 commit db83d80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Setup/Conform6.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Name: "..\BuildConform.cmd"; Flags: CmdPrompt
9999

100100
[Code]
101101
const
102-
MINIMUM_PLATFORM_VERSION = 6.5; // Set this to the minimum required ASCOM Platform version for this application
103-
MAXIMUM_PLATFORM_VERSION = 6.6; // This must be a number that is larger than the highest release version of Platform 6
102+
MINIMUM_PLATFORM_VERSION = 7.0; // Set this to the minimum required ASCOM Platform version for this application
103+
MAXIMUM_PLATFORM_VERSION = 7.9; // This must be a number that is larger than the highest release version of Platform 6
104104
105105
//
106106
// Function to return the ASCOM Platform's version number as a double.

0 commit comments

Comments
 (0)