diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-14 12:23:26 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-14 12:23:26 +1100 |
| commit | 66f68aac0dc1cd7b0f2e133071d7f5c01a4edf8e (patch) | |
| tree | 577dfa537ba2a7818bef7740cbfb5857b2105b7b /tools/cmake | |
| parent | 7ec0ff2589ffd5774e78f9e6b436ea55be45deb1 (diff) | |
| download | tangara-fw-66f68aac0dc1cd7b0f2e133071d7f5c01a4edf8e.tar.gz | |
version bump
Diffstat (limited to 'tools/cmake')
| -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 2665c67b..b97d2e85 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.5.0") +set(PROJECT_VER "0.5.1") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
