From d3c44c09d9f33cc9751f05784ad56ef139322e47 Mon Sep 17 00:00:00 2001 From: Bob Long Date: Mon, 17 Jun 2024 17:17:06 +1000 Subject: [PATCH] CxPilot: change master version to 5.3.0dev --- libraries/AP_Common/CxVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Common/CxVersion.h b/libraries/AP_Common/CxVersion.h index 2c9c3c899c..853fec2e6a 100644 --- a/libraries/AP_Common/CxVersion.h +++ b/libraries/AP_Common/CxVersion.h @@ -1,5 +1,5 @@ #ifdef CARBOPILOT #ifndef AP_CUSTOM_FIRMWARE_STRING -#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.1.1" +#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.3.0dev" #endif #endif