diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-04-29 13:54:32 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-04-29 13:54:32 +1000 |
| commit | f852e447159757a92564327c6b114f929200b3a0 (patch) | |
| tree | 022d3e358ee39a936b1903fc81464da9356398fe /tools | |
| parent | 1736f7874b8f651ae42a21f48b6a15d90f30974a (diff) | |
| download | tangara-fw-f852e447159757a92564327c6b114f929200b3a0.tar.gz | |
version 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 896dabf3..c7137694 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.8.3") +set(PROJECT_VER "0.9.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
