diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-07-19 16:13:07 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-07-19 16:13:07 +1000 |
| commit | 90a0caf2868b2a947c7242a65074250b819655cb (patch) | |
| tree | f6c085835106ab701b74504d6c8af25bf7129c11 /tools | |
| parent | f00e1d74931f74d66f172e78f669309a5b60e7ba (diff) | |
| download | tangara-fw-90a0caf2868b2a947c7242a65074250b819655cb.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 41d725a5..a06c1b28 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.4") +set(PROJECT_VER "0.10.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
