Skip to content

Commit

Permalink
libdeng2: Serialization version number for 1.11
Browse files Browse the repository at this point in the history
Remains at zero, though.
  • Loading branch information
skyjake committed Apr 30, 2013
1 parent e8952ef commit fe94e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/libdeng2/include/de/libdeng2.h
Expand Up @@ -404,7 +404,8 @@ enum FlagOp {
enum ProtocolVersion {
DENG2_PROTOCOL_1_9_10 = 0,
DENG2_PROTOCOL_1_10_0 = 0,
DENG2_PROTOCOL_LATEST = DENG2_PROTOCOL_1_10_0
DENG2_PROTOCOL_1_11_0 = 0,
DENG2_PROTOCOL_LATEST = DENG2_PROTOCOL_1_11_0
};

//@{
Expand Down

0 comments on commit fe94e76

Please sign in to comment.