summaryrefslogtreecommitdiff
path: root/tools/cmake/common.cmake
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-05-31 13:02:28 +1000
committerjacqueline <me@jacqueline.id.au>2024-05-31 13:02:28 +1000
commit41d15a831b149ca7b51a138bd4b306d52ba5a7a8 (patch)
tree816eccf546b03017ce5d41df2e16c403aaf14b9e /tools/cmake/common.cmake
parent661cc976a137db1bccc2a583ad7ac7f81043ec51 (diff)
downloadtangara-fw-41d15a831b149ca7b51a138bd4b306d52ba5a7a8.tar.gz
version bump
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 b86aa51f..6015f1a9 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.1")
+set(PROJECT_VER "0.9.2")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)