mirror of
https://github.com/ksherlock/dict.git
synced 2024-12-27 23:31:57 +00:00
tcp version bump (3.0 b11)
This commit is contained in:
parent
028fab0ce9
commit
32625e9a00
2
main.c
2
main.c
@ -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
4
nda.c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user