diff --git a/ArduCopter/version.h b/ArduCopter/version.h index 955151e9d7bc9..84f6855458168 100644 --- a/ArduCopter/version.h +++ b/ArduCopter/version.h @@ -6,14 +6,14 @@ #include "ap_version.h" -#define THISFIRMWARE "ArduCopter V4.1.2-rc1" +#define THISFIRMWARE "ArduCopter V4.1.2" // the following line is parsed by the autotest scripts -#define FIRMWARE_VERSION 4,1,2,FIRMWARE_VERSION_TYPE_RC+1 +#define FIRMWARE_VERSION 4,1,2,FIRMWARE_VERSION_TYPE_OFFICIAL #define FW_MAJOR 4 #define FW_MINOR 1 #define FW_PATCH 2 -#define FW_TYPE FIRMWARE_VERSION_TYPE_RC +#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL #include \ No newline at end of file