From 0e9ca2a58d8944f805d1089e20b23f8386206fcb Mon Sep 17 00:00:00 2001 From: Ray Morris Date: Fri, 31 May 2024 21:49:43 -0500 Subject: [PATCH] update CMakeLists.txt to version 7.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f74527e5f1b..3a2bd54e6e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ else() endif() endif() -project(INAV VERSION 7.1.1) +project(INAV VERSION 7.1.2) enable_language(ASM)