summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-10-04 15:44:59 +1000
committerjacqueline <me@jacqueline.id.au>2024-10-04 15:44:59 +1000
commite345e7f4155d349bdad39474740cd36c30a38633 (patch)
treeddef6969f2d9a630b797dd5b46a2a9e9963b7586 /tools
parent8ec8ba2bd8a017c4ae305c235e7f58488cc7cb1c (diff)
downloadtangara-fw-e345e7f4155d349bdad39474740cd36c30a38633.tar.gz
RC1 time :grimacing:
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 d80ea2a6..5b6949bc 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.13.0")
+set(PROJECT_VER "1.00.0a")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)