summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-02-21 14:17:25 +1100
committerjacqueline <me@jacqueline.id.au>2024-02-21 14:17:25 +1100
commit2a250855036047f4e3e37e51600276746d1c302a (patch)
treec16534f6c87916a6799bcc198d4ab87cc16f6075 /tools
parent28651fa7e1d6a90af65d268e6515ed1d2e3b6037 (diff)
downloadtangara-fw-2a250855036047f4e3e37e51600276746d1c302a.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 ca269b27..f9dcc939 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.5.2")
+set(PROJECT_VER "0.6.0")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)