From 4b657705454e7ac11a4e7a87d257bcf8415e19a1 Mon Sep 17 00:00:00 2001 From: Ge Hee <119773490+gehee@users.noreply.github.com> Date: Sat, 4 May 2024 03:26:32 +0000 Subject: [PATCH] 0.11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9425010..45bf9f1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) -project(fpvue VERSION 0.1) +project(fpvue VERSION 0.11) set(CMAKE_CXX_STANDARD 17)