diff options
| author | jacqueline <me@jacqueline.id.au> | 2025-09-05 11:05:45 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2025-09-05 11:05:45 +1000 |
| commit | 886960e7eaf8d936395794d84f66f23ba06f128a (patch) | |
| tree | 4a5863ec9035164df1e3cd721766f14447aec1fa | |
| parent | 577b03fcaaecfdebbedd04fb34ab6bd497860377 (diff) | |
| download | tangara-fw-886960e7eaf8d936395794d84f66f23ba06f128a.tar.gz | |
version bumpmain
| -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 43015a4b..dc26a52e 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.4.0") +set(PROJECT_VER "1.4.1") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
