diff options
| author | jacqueline <me@jacqueline.id.au> | 2025-08-08 11:33:48 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2025-08-08 11:33:48 +1000 |
| commit | 2b2e595a8fb28e34ec33a98035c31bd4cba76808 (patch) | |
| tree | e54948652d5d1fc8451c4b0d2030881b9a449400 | |
| parent | cb4fcdc040201c707777a543edba1709b2af6cea (diff) | |
| download | tangara-fw-2b2e595a8fb28e34ec33a98035c31bd4cba76808.tar.gz | |
version bump
| -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 f03da34a..43015a4b 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 "1.3.4") +set(PROJECT_VER "1.4.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
