From d7bed772d55f9a2be39bdd0fda1a68ef038bfacd Mon Sep 17 00:00:00 2001 From: mikeller Date: Thu, 16 Aug 2018 23:32:04 +1200 Subject: [PATCH] Incremented MSP version to 1.41 for 4.0. --- src/main/interface/msp_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/interface/msp_protocol.h b/src/main/interface/msp_protocol.h index 2a66f1774c..2aeafd8bd6 100644 --- a/src/main/interface/msp_protocol.h +++ b/src/main/interface/msp_protocol.h @@ -62,7 +62,7 @@ #define MSP_PROTOCOL_VERSION 0 #define API_VERSION_MAJOR 1 // increment when major changes are made -#define API_VERSION_MINOR 40 // increment after a release, to set the version for all changes to go into the following release (if no changes to MSP are made between the releases, this can be reverted before the release) +#define API_VERSION_MINOR 41 // increment after a release, to set the version for all changes to go into the following release (if no changes to MSP are made between the releases, this can be reverted before the release) #define API_VERSION_LENGTH 2