diff options
| author | jacqueline <me@jacqueline.id.au> | 2025-05-16 14:39:26 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2025-05-16 14:39:26 +1000 |
| commit | ff57a5a30b19c3ec28110cf08a7fd2030409744b (patch) | |
| tree | 9c7036c29e879a13a1ce15d393321ddf6ecde5d2 | |
| parent | 978076ec5ccbec561f4b440fe58d7f8107083ba6 (diff) | |
| download | tangara-fw-ff57a5a30b19c3ec28110cf08a7fd2030409744b.tar.gz | |
version bump
| -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 4e7555cc..8ad31726 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.3.2") +set(PROJECT_VER "1.3.3") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
