diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-05-10 14:28:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-05-10 14:28:44 +1000 |
| commit | f991ac9866bb389f8bb192452bf8b2e092f2388d (patch) | |
| tree | 4e534556a94ec4b55ed3136cf8fd253c304615cb /tools | |
| parent | 41426151a1cb9e7bf27fae4d1ee2dbba7553e3fa (diff) | |
| download | tangara-fw-f991ac9866bb389f8bb192452bf8b2e092f2388d.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 7087e896..b86aa51f 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.9.0") +set(PROJECT_VER "0.9.1") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
