tcp version bump (3.0 b11)

This commit is contained in:
Kelvin Sherlock 2019-07-07 11:04:52 -04:00
parent 028fab0ce9
commit 32625e9a00
2 changed files with 3 additions and 3 deletions

2
main.c
View File

@ -342,7 +342,7 @@ int main(int argc, char **argv) {
exit(1);
if (mf < 0) {
fprintf(stderr, "Marinetti 3.0b3 or greater is required.\n");
fprintf(stderr, "Marinetti 3.0b11 or greater is required.\n");
exit(1);
}

4
nda.c
View File

@ -379,9 +379,9 @@ GrafPortPtr NDAOpen(void) {
ToolsLoaded = true;
}
if (TCPIPLongVersion() < 0x03006010) {
if (TCPIPLongVersion() < 0x03006011) {
AlertWindow(awCString, NULL,
(Ref) "24~Marinetti 3.0b10 or newer required.~^Ok");
(Ref) "24~Marinetti 3.0b11 or newer required.~^Ok");
return NULL;
}