From 2258812fc2f8a8a5487013e26f27bad1778c72b0 Mon Sep 17 00:00:00 2001 From: PgSocks Date: Tue, 21 Feb 2023 14:00:27 -0600 Subject: [PATCH] Increment major version The low level API needed to change to accomodate the hight level API, which is a major revision. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9667c32..debe51c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project ( RoboMasterSDK - VERSION 1.0.0 + VERSION 2.0.0 LANGUAGES C )