We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b73fe1 commit db83d80Copy full SHA for db83d80
1 file changed
Setup/Conform6.iss
@@ -99,8 +99,8 @@ Name: "..\BuildConform.cmd"; Flags: CmdPrompt
99
100
[Code]
101
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
+ MINIMUM_PLATFORM_VERSION = 7.0; // Set this to the minimum required ASCOM Platform version for this application
+ MAXIMUM_PLATFORM_VERSION = 7.9; // This must be a number that is larger than the highest release version of Platform 6
104
105
//
106
// Function to return the ASCOM Platform's version number as a double.
0 commit comments