diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-09-17 13:42:20 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-09-17 13:42:20 +1000 |
| commit | 9aa77ec5ad369cd7d5ca46d475df29d971416a73 (patch) | |
| tree | 2e0a1bc989e7a0aa43a4a05ca0817c4b5f677fa9 /tools | |
| parent | a650c94d18e5b945dfd70d82e10f080e95fa9fb7 (diff) | |
| download | tangara-fw-9aa77ec5ad369cd7d5ca46d475df29d971416a73.tar.gz | |
Actually this is more like a minor bump
Diffstat (limited to 'tools')
| -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 6be74934..d80ea2a6 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.12.1") +set(PROJECT_VER "0.13.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
