summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-07-05 10:14:00 +1000
committerjacqueline <me@jacqueline.id.au>2024-07-05 10:14:00 +1000
commit686e14794d8b592cd3e434c92e7244f0626a6678 (patch)
treedc8f53c1765600fce398b88e25caf91c906731b3 /tools
parent1b7fb84220222a447b18b760a4d8437587b46c2a (diff)
downloadtangara-fw-686e14794d8b592cd3e434c92e7244f0626a6678.tar.gz
version bump
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 f99c52c8..41d725a5 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.3")
+set(PROJECT_VER "0.9.4")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)