Skip to content
Snippets Groups Projects
Commit 7c7c5038 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Plane: prepare for 3.9.3 release

parent b53dd8d6
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,13 @@
#include "ap_version.h"
#define THISFIRMWARE "ArduPlane V3.9.3beta1"
#define THISFIRMWARE "ArduPlane V3.9.3"
// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 3,9,3,FIRMWARE_VERSION_TYPE_BETA
#define FIRMWARE_VERSION 3,9,3,FIRMWARE_VERSION_TYPE_OFFICIAL
#define FW_MAJOR 3
#define FW_MINOR 9
#define FW_PATCH 3
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment