From 4049acd84e6ce391184716d1020c456d389f919e Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Fri, 2 Oct 2020 21:30:54 +0200 Subject: [PATCH] Bump the protocol version because Chris Speck's changes broke the backward compatibility. --- src/Network/net_fdm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/net_fdm.hxx b/src/Network/net_fdm.hxx index 0e316446f..253948478 100644 --- a/src/Network/net_fdm.hxx +++ b/src/Network/net_fdm.hxx @@ -22,7 +22,7 @@ // I am not aware of any platforms that don't use 4 bytes for float // and 8 bytes for double. -const uint32_t FG_NET_FDM_VERSION = 24; +const uint32_t FG_NET_FDM_VERSION = 25; // Define a structure containing the top level flight dynamics model