summaryrefslogtreecommitdiff
path: root/tools/cmake/common.cmake
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-03-20 11:15:33 +1100
committerjacqueline <me@jacqueline.id.au>2024-03-20 11:15:33 +1100
commit46e67437717975c10c62775a3f40bec84ac4f44c (patch)
tree7a6295cee286b574e808d5adf6ebabb8fbeea5b7 /tools/cmake/common.cmake
parent4cd3c187f92d8f5b73c2c985da308280c18465cf (diff)
downloadtangara-fw-46e67437717975c10c62775a3f40bec84ac4f44c.tar.gz
version bump, plus prep for lock switch hack
Diffstat (limited to 'tools/cmake/common.cmake')
-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 69013448..80436023 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.7.0")
+set(PROJECT_VER "0.7.1")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)