Navigation Menu

Skip to content

Commit

Permalink
libcore: Added protocol ID for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 30, 2016
1 parent eaa70a3 commit 202a51c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/sdk/libcore/include/de/libcore.h
Expand Up @@ -589,7 +589,9 @@ enum ProtocolVersion {
DENG2_PROTOCOL_1_15_0_NameExpression_with_scope_identifier = 3,
DENG2_PROTOCOL_1_15_0 = 3,

DENG2_PROTOCOL_LATEST = DENG2_PROTOCOL_1_15_0
DENG2_PROTOCOL_2_0_0 = 3,

DENG2_PROTOCOL_LATEST = DENG2_PROTOCOL_2_0_0
};

//@{
Expand Down

0 comments on commit 202a51c

Please sign in to comment.