From 33df4a596137e7c478a566c4659ce7ddf11d9ee5 Mon Sep 17 00:00:00 2001 From: Michael Lyle Date: Sun, 29 Jul 2018 09:26:32 -0700 Subject: [PATCH] Makefile: add uavos for 20180729 release --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 43a83059ec..b2f01f1960 100644 --- a/Makefile +++ b/Makefile @@ -453,6 +453,7 @@ androidgcs_sign: # Supply the git hashes of all recent releases here. Note if UAVOs do not # change in a hotfix the release does not need to be listed here. UAVO_GIT_VERSIONS := HEAD \ + Release-20180729 \ Release-20180212 \ Release-20170717 \ Release-20170213 \