-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spearmint: Change version to 0.4, protocol to 10
Protocol was changed so that network games with incompatible VMs are separate. Protocol 6,7,8,9 were skipped so that Turtle Arena 0.7 won't reuse an old protocol number.
- Loading branch information
1 parent
08f1054
commit 6316e7d
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ endif | |
export CROSS_COMPILING | ||
|
||
ifndef VERSION | ||
VERSION=0.3 | ||
VERSION=0.4 | ||
endif | ||
|
||
ifndef CLIENTBIN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters