summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2025-09-05 11:05:45 +1000
committerjacqueline <me@jacqueline.id.au>2025-09-05 11:05:45 +1000
commit886960e7eaf8d936395794d84f66f23ba06f128a (patch)
tree4a5863ec9035164df1e3cd721766f14447aec1fa /tools
parent577b03fcaaecfdebbedd04fb34ab6bd497860377 (diff)
downloadtangara-fw-main.tar.gz
version bumpmain
Diffstat (limited to 'tools')
-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 43015a4b..dc26a52e 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.4.0")
+set(PROJECT_VER "1.4.1")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)