# HG changeset patch # User Wuzzy # Date 1570558698 -3600 # Node ID 11cd96da0d02bd1204d8c268e1ff769649cbc321 # Parent c8b666d2e932d4767602248289d65907237b608f ProtocolNumbers: Add proto numbers 59, 60 diff -r c8b666d2e932 -r 11cd96da0d02 ProtocolNumbers.wiki --- a/ProtocolNumbers.wiki Tue Oct 08 18:09:27 2019 +0100 +++ b/ProtocolNumbers.wiki Tue Oct 08 19:18:18 2019 +0100 @@ -2,7 +2,7 @@ = Protocol numbers = -Hedgewars uses *protocol numbers* to encode different Hedgewars versions. The protocol number is mainly used on the server. The protocol number is important because players have to be on the same version to play together. The protocol number also used in the file name of demos (e.g. “DemoName.57.hwd”). +Hedgewars uses *protocol numbers* to encode different Hedgewars versions. The protocol number is mainly used on the server. It is important because players have to be on the same version to play together. The protocol number also used in the file name of demos (e.g. “DemoName.57.hwd”). In Hedgewars, all versions without a “-dev” are called “stable” releases. These are the releases you find on the official Download page. Note that for some releases, the protocol number is not increased. This is the case for backwards-compatible bugfix releases. Thus, protocol number 55 is valid for 0.9.24 and 0.9.24.1. @@ -15,6 +15,8 @@ == List of protocol numbers == || *Protocol number* || *Version* || +|| 60 || 1.0.1-dev || +|| 59 || 1.0.0 || || 58 || 1.0.0-dev || || 57 || 0.9.25 || || 56 || 0.9.25-dev ||