summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2025-06-27 15:02:38 +1000
committerjacqueline <me@jacqueline.id.au>2025-06-27 15:02:38 +1000
commit296b15dfca3c32cfa53a3b8d8a84ac6d1421b4a1 (patch)
treec9b9e5dc067cb8b1ec7e4ac6f33bb7e3f157da1d
parent76782441c6e0d8bc46a1f0042ca811744b8fc566 (diff)
downloadtangara-fw-296b15dfca3c32cfa53a3b8d8a84ac6d1421b4a1.tar.gz
version bump
-rw-r--r--tools/cmake/common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake
index 8ad31726..d5206708 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.3")
+set(PROJECT_VER "1.3.4")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)