summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-08-26 11:15:48 +1000
committerailurux <ailuruxx@gmail.com>2024-08-26 11:15:48 +1000
commite1b21492103b96488bd82b7cfc8c764dca701cea (patch)
treeff6b10844c0bcd0411f3b26ab812e86880865e54
parent978429109ed421a8e49b7a155f3e043247d905b1 (diff)
parentad5760b5ab9b10968df8911aab52dd7b79fc1fbe (diff)
downloadtangara-fw-e1b21492103b96488bd82b7cfc8c764dca701cea.tar.gz
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
-rw-r--r--tools/cmake/common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake
index a06c1b28..36446166 100644
--- a/tools/cmake/common.cmake
+++ b/tools/cmake/common.cmake
@@ -5,7 +5,7 @@
# For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
-set(PROJECT_VER "0.10.0")
+set(PROJECT_VER "0.11.0")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)