From fa0ff464e4ca480d87f1234dbc3e02f3397c67cd Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Sun, 3 Jun 2018 01:39:04 +0300 Subject: [PATCH] Version bump --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index d10acbed..786a1727 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -34,7 +34,7 @@ PROJECT = io.px4.sapog HW_VERSION_MAJOR = 1 FW_VERSION_MAJOR = 2 -FW_VERSION_MINOR = 2 +FW_VERSION_MINOR = 3 export SAPOG_BASE := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))) export SAPOG_SRC_DIR = $(abspath $(SAPOG_BASE)/src)