diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-08-26 11:15:48 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-08-26 11:15:48 +1000 |
| commit | e1b21492103b96488bd82b7cfc8c764dca701cea (patch) | |
| tree | ff6b10844c0bcd0411f3b26ab812e86880865e54 | |
| parent | 978429109ed421a8e49b7a155f3e043247d905b1 (diff) | |
| parent | ad5760b5ab9b10968df8911aab52dd7b79fc1fbe (diff) | |
| download | tangara-fw-e1b21492103b96488bd82b7cfc8c764dca701cea.tar.gz | |
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
| -rw-r--r-- | tools/cmake/common.cmake | 2 |
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) |
