Skip to content

Commit 6844808

Browse files
committed
chore: bump main version
aka 3.0 ... we're comin' for you!
1 parent 1a9e39f commit 6844808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
cmake_minimum_required(VERSION 3.13)
33
project(EdgeTX)
44

5-
set(VERSION_MAJOR "2")
6-
set(VERSION_MINOR "11")
5+
set(VERSION_MAJOR "3")
6+
set(VERSION_MINOR "0")
77
set(VERSION_REVISION "0")
88
set(CODENAME "dev")
99
string(TIMESTAMP BUILD_YEAR "%Y")

0 commit comments

Comments
 (0)