Increment major version

The low level API needed to change to accomodate the hight level API,
which is a major revision.
This commit is contained in:
2023-02-21 15:08:56 -06:00
parent 31d7e57125
commit 2258812fc2
+1 -1
View File
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
project ( project (
RoboMasterSDK RoboMasterSDK
VERSION 1.0.0 VERSION 2.0.0
LANGUAGES C LANGUAGES C
) )