diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-12-13 09:54:14 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-12-13 09:54:14 +1100 |
| commit | ad47a427af8ebaf56f5dc91646708fd4126f98ed (patch) | |
| tree | e50867777a2d2f388d0de1613363767294190268 /tools | |
| parent | a1d64dce073a03c6f6d756abae56fb669e87fb3f (diff) | |
| download | tangara-fw-ad47a427af8ebaf56f5dc91646708fd4126f98ed.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 581f2b57..96040c6a 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.0.0") +set(PROJECT_VER "1.0.1") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
