summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-08-19 10:27:12 +1000
committerjacqueline <me@jacqueline.id.au>2024-08-19 10:27:12 +1000
commitad5760b5ab9b10968df8911aab52dd7b79fc1fbe (patch)
tree0a43227bf234c9d467b08ee933229d63559d132f /tools
parent0f9005626d2d919e6995809453b9b5ec3c72096b (diff)
downloadtangara-fw-ad5760b5ab9b10968df8911aab52dd7b79fc1fbe.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 a06c1b28..36446166 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.10.0")
+set(PROJECT_VER "0.11.0")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)